Releases: getsentry/sentry-kotlin-multiplatform
Releases Β· getsentry/sentry-kotlin-multiplatform
0.17.1
Fixes
- Gradle Plugin: allow new supported targets to be installed (#429)
0.17.0
Features
- Add stubs/no-op support for unsupported targets (#426)
0.16.0
Potentially breaking: this release bumps the used Kotlin version to 2.1.21
.
Dependencies
- Bump Kotlin from
1.9.23
to 2.1.21
(#389)
Internal
- Update
distZip
task to use the locally published artifacts via publishToMavenLocal
(#425)
0.15.0
Enhancements
- Gradle Plugin: implement conditional Cocoa linking for targets (#421, #423)
Dependencies
- Bump Cocoa SDK from v8.53.1 to v8.53.2 (#419)
- Bump Java SDK from v8.16.0 to v8.17.0 (#418)
0.14.0
Dependencies
- Bump Cocoa SDK from v8.49.1 to v8.53.1 (#405)
- Bump Java SDK from v8.15.1 to v8.16.0 (#407)
0.13.0
Features
- Add
sendDefaultPii
option (#377)
Fixes
beforeSend
overriding default release and dist even if it was not set explicitly (#376)
Dependencies
0.12.0
Feature
- Move replay options out of experimental (#367)
- You can now access the replay options via
options.sessionReplay
Fixes
- Do not throw if exec operation fails (#360)
initWithPlatforms
not sending events if beforeSend
is not set on iOS (#366)
Miscellaneous
- Update native android sdk name to
sentry.native.android.kmp
(#353)
Dependencies
- Bump Cocoa SDK from v8.44.0 to v8.49.0 (#345, #363)
- Bump Java SDK from v7.18.1 to v8.8.0 (#350, #364)
0.11.0
Fixes
- [Gradle Plugin]: Architecture folder name missmatch when using SPM and framework path searching (#320)
- [Gradle Plugin]: Check exit value when executing
xcodebuild
command (#326)
Dependencies
- Bump Java SDK from v7.16.0 to v7.18.1 (#295, #299)
- Bump Cocoa SDK from v8.38.0 to v8.44.0 (#321)
0.10.0
Features
- Add experimental session replay options to common code (#275)
Sentry.init { options ->
// Adjust these values for production
options.experimental.sessionReplay.onErrorSampleRate = 1.0
options.experimental.sessionReplay.sessionSampleRate = 1.0
}
- Add
Sentry.isEnabled()
API to common code (#273)
- Add
enableWatchdogTerminationTracking
in common options (#281)
- Add
diagnosticLevel
in common options (#287)
Dependencies
- Bump Cocoa SDK from v8.36.0 to v8.38.0 (#279, #285)
- Bump Java SDK from v7.14.0 to v7.16.0 (#284, #289)
0.9.0
Improvements
- Improve interop with objc headers (#265)
- Plugin: dont use
latest.release
as default for the KMP dependency (#262)
Dependencies
- Gradle Plugin: Bump default Cocoa SDK from v8.26.0 to v8.36.0 (#261)