Skip to content

Releases: getsentry/sentry-kotlin-multiplatform

0.2.0

19 May 08:00
Compare
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
Compare
Choose a tag to compare

Fixes

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

0.1.0

21 Apr 11:47
Compare
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
Compare
Choose a tag to compare

Fixes

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

0.0.2

22 Mar 11:07
Compare
Choose a tag to compare

Various fixes & improvements

0.0.1-alpha.2

14 Mar 16:40
Compare
Choose a tag to compare
0.0.1-alpha.2 Pre-release
Pre-release

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