sentry-kotlin-multiplatform
sentry-kotlin-multiplatform copied to clipboard
Sentry SDK for Kotlin Multiplatform
#skip-changelog
## :scroll: Description ### Before fix: ### After fix: ## :bulb: Motivation and Context Fixes https://github.com/getsentry/sentry-kotlin-multiplatform/issues/77 ## :green_heart: How did you test it? Unit tests ## :pencil: Checklist You have...
### Description Meta issue for tracking the most important improvements we can do for the SDK currently ```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-kotlin-multiplatform/issues/74 - [ ] https://github.com/getsentry/sentry-kotlin-multiplatform/issues/108 - [...
### Description Currently we don't have logging available for debugging use.
### Description Implement [Spotlight](https://spotlightjs.com/about/) for KMP. This will allow you to quickly test out errors and traces directly in your development environment Java/Android supports it since `7.4.0` Cocoa supports it...
### Description Similarly in our other SDK repos, let's set up ci to build the iOS app (using cocoapods configuration since that's the most common way of using the SDK)...
### Description Since the Gradle Plugin will be inside of this KMP repo, we can much more easily sync and enforce the Sentry Cocoa version that the user needs to...
## Problem Currently we use cocoapods to pull in the Sentry Cocoa SDK dependency for Apple targets. This might create an overhead by also pulling in many headers that we...
### Description Currently if someone wants to use SPM or (native, not kotlin) Cocoapods with our SDK it is only possible when making the shared libary static (dynamic is the...
### Description Cocoa tests will not work in the following scenarios: - using SPM - packages that consume a shared package where cocoapods is set up. Example: - Package A...