Skip to content

Releases: getsentry/sentry-kotlin-multiplatform

0.6.0

07 May 12:34

Choose a tag to compare

Note: This release includes a bump to Sentry Cocoa v8.25.0.
Please use at least version 8.25.0 of the Sentry Cocoa SDK starting from this release.
If you are using the Cocoapods gradle plugin you need to adjust your configuration:

pod("Sentry") {
    version = "8.25.0"
    // These extra options are required
    extraOpts += listOf("-compiler-option", "-fmodules")
}

Fixes

  • Don't crash app when applicationContext is not available (#217)

Enhancements

  • Make setSentryUnhandledExceptionHook public (#208)

Dependencies

0.5.0

28 Feb 09:49

Choose a tag to compare

Features

  • Add App Hang Tracking / ANR options (#187)
    • Use isAnrEnabled and anrTimeoutIntervalMillis to configure ANR tracking for Android
    • Use enableAppHangTracking and appHangTimeoutIntervalMillis to configure App Hang tracking for iOS
    • Both options are enabled by default
  • Add isCrashedLastRun (#186)
    • You can use it with Sentry.isCrashedLastRun()

Dependencies

0.4.0

20 Dec 15:32

Choose a tag to compare

Dependencies

0.3.0

10 Nov 13:41

Choose a tag to compare

Features

  • Add sample & trace rate configuration (#144)
  • Remove need for context in Sentry.init for Android (#117)

Dependencies

0.2.1

24 Jul 11:40

Choose a tag to compare

Fixes

  • fix: beforeBreadcrumb discarding if hook is not set (#105)

0.2.0

19 May 08:00

Choose a tag to compare

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

24 Apr 14:05

Choose a tag to compare

Fixes

  • fix: beforeSend dropping events if not set in options (#79)

0.1.0

21 Apr 11:47

Choose a tag to compare

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

27 Mar 08:13

Choose a tag to compare

Fixes

  • fix: crash on Android API levels 23 and below (#61)

0.0.2

22 Mar 11:07

Choose a tag to compare

Various fixes & improvements