-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add JS Browser support #27
Comments
Can you post your prototype declarations here @buenaflor ? |
@rocketraman maybe you can find relevant things here: https://github.com/getsentry/sentry-kotlin-multiplatform/tree/feat/add-js-support/sentry-kotlin-multiplatform/src/jsMain/kotlin/io/sentry/kotlin/multiplatform Not sure if it works currently but it's something I played around with a couple months ago |
Hey! Is there any chance this would get implemented at some point? :) I would love to be able to integrate it into common code! |
@MinmoTech definitely, if there's a demand from the community! |
I would love to see this get implemented as well. I have iOS, Android, and WatchOS targets with an app I'm building and I'm working on a JS target, but this is currently the only dependency in my stack that doesn't have JS browser support. |
Need chrome web-extension support |
See #227 (comment) for a quick implementation that you can do yourself |
@romtsn Seems like there's demand! |
Would love to see this and #227 happen! |
It's possible to install NPM packages via
implementation(npm(...))
and create bindings through@JsModule(...)
annotationIdeally we install
@sentry/browser
and wrap our KMP sdk around it.I have played around with it and was able to do basic things like
init
andcaptureMessage
The text was updated successfully, but these errors were encountered: