Skip to content

Releases: getsentry/sentry-kotlin-multiplatform

0.17.1

22 Jul 12:11
Compare
Choose a tag to compare

Fixes

  • Gradle Plugin: allow new supported targets to be installed (#429)

0.17.0

22 Jul 11:17
Compare
Choose a tag to compare

Features

  • Add stubs/no-op support for unsupported targets (#426)

0.16.0

18 Jul 13:29
Compare
Choose a tag to compare

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

17 Jul 10:58
Compare
Choose a tag to compare

Enhancements

  • Gradle Plugin: implement conditional Cocoa linking for targets (#421, #423)

Dependencies

0.14.0

10 Jul 13:14
Compare
Choose a tag to compare

Dependencies

0.13.0

30 Jun 09:21
Compare
Choose a tag to compare

Features

  • Add sendDefaultPii option (#377)

Fixes

  • beforeSend overriding default release and dist even if it was not set explicitly (#376)

Dependencies

0.12.0

22 Apr 14:56
Compare
Choose a tag to compare

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

0.11.0

11 Feb 12:41
Compare
Choose a tag to compare

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

0.10.0

24 Oct 12:25
Compare
Choose a tag to compare

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

0.9.0

16 Sep 07:50
Compare
Choose a tag to compare

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)