sentry-kotlin-multiplatform icon indicating copy to clipboard operation
sentry-kotlin-multiplatform copied to clipboard

Sentry SDK for Kotlin Multiplatform

Results 90 sentry-kotlin-multiplatform issues
Sort by recently updated
recently updated
newest added

## :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 - [...

Platform: KMP
Improvement

### Description Currently we don't have logging available for debugging use.

Improvement
KMP

### 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...

Feature
KMP

### 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)...

Task
KMP

### 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...

Platform: KMP

## 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...

Type: Refactoring
Platform: KMP

### 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...

Platform: KMP

### 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...

Platform: KMP