sentry-kotlin-multiplatform
sentry-kotlin-multiplatform copied to clipboard
feat: add JS Browser support
It's possible to install NPM packages via implementation(npm(...))
and create bindings through @JsModule(...)
annotation
Ideally 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
and captureMessage