sentry-kotlin-multiplatform
sentry-kotlin-multiplatform copied to clipboard
Sentry SDK for Kotlin Multiplatform
### Description Description Part of an initiative to get this supported and documented by all SDKs in the same way, relevant for User Feedback: https://github.com/getsentry/sentry-docs/issues/9232 Add/link to docs under https://docs.sentry.io/platforms/kotlin-multiplatform/user-feedback/
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...
## :scroll: Description Adds feature to create spans and configure tracesSampler ## :bulb: Motivation and Context Closes #83 ## :green_heart: How did you test it? Example app Tests ## :pencil:...
This would allow developers to create custom transactions and spans in their code to capture information about their application's performance and behavior. At the very least support: - `Transaction` -...
### Description Since Compose Multiplatform is getting quite popular it might make sense Features - [ ] Performance monitoring - [ ] Breadcrumbs More suggestions are welcome Please upvote if...
### Description Example: It might not be immediately clear that the [android manual init](https://docs.sentry.io/platforms/android/configuration/manual-init/) instructions from the native android docs is not supposed to be used in context of KMP....
### Description Currently it doesn't automatically update the `shared.podspec` of the sample apps which leads to failed ci and you have to manually change it in the PR
Currently, some tests and the CI configuration of requiring them to pass prevent any contributions by an external contributor. _Originally posted by @buenaflor in https://github.com/getsentry/sentry-kotlin-multiplatform/issues/172#issuecomment-1866200431_
### Description Currently they are hard coded in a build script which is harder to maintain. -> https://docs.gradle.org/current/userguide/platforms.html#sub:conventional-dependencies-toml Blocked by #148