Releases: getsentry/sentry-kotlin-multiplatform
Releases · getsentry/sentry-kotlin-multiplatform
0.4.0
Dependencies
- Bump Java SDK from v6.33.1 to v7.1.0 (#157, #164)
- Bump Cocoa SDK from v8.4.0 to v8.17.1 (#158)
- Bump Kotlin version from v1.8.0 to v1.9.21 (#146
0.3.0
Features
- Add sample & trace rate configuration (#144)
- Remove need for context in Sentry.init for Android (#117)
Dependencies
- Bump Java SDK from v6.14.0 to v6.33.1 (#139)
0.2.1
Fixes
- fix: beforeBreadcrumb discarding if hook is not set (#105)
0.2.0
Features
- feat: automatically disable
io.sentry.auto-init
(#93)
Fixes
- fix: NSNumber to Kotlin Long crash during SentryException conversion (#92)
Improvements
- ref: improve samples & add SPM docs (#82)
0.1.1
Fixes
- fix: beforeSend dropping events if not set in options (#79)
0.1.0
Features
- feat: beforeSend / fingerprinting (#70)
- feat: configuring http client errors for Apple targets (#76)
- feat: improve Objc/Swift experience with @HiddenFromObjc (#62)
- feat: add view hierarchy (#53)
Fixes
- ref: use explicit api & add code consistency (#63)
- fix: cocoa crash handling due to sdkInfo removal in cocoa sdk (#68)
0.0.3
Fixes
- fix: crash on Android API levels 23 and below (#61)
0.0.2
Various fixes & improvements
0.0.1-alpha.2
Features
- JVM, Android, iOS, macOS, watchOS, tvOS integration
- Sentry init and close
- Capture Message
- Capture Exception with proper stack traces
- Custom unhandled exception handler on Cocoa to properly catch crashes and the stacktrace
- Scope configuration globally and locally
- User Feedback
- Attachments to Scope
- Screenshots option for Android and iOS
- Add beforeBreadcrumb hook
- Kotlin Multiplatform Sample project