Releases: getsentry/sentry-kotlin-multiplatform
Releases · getsentry/sentry-kotlin-multiplatform
0.6.0
07 May 12:34
Compare
Sorry, something went wrong.
No results found
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
Bump Java SDK from v7.4.0 to v7.8.0 (#205 , #206 )
Bump Cocoa SDK from v8.20.0 to v8.25.0 (#209 )
0.5.0
28 Feb 09:49
Compare
Sorry, something went wrong.
No results found
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
Bump Cocoa SDK from v8.17.2 to v8.20.0 (#180 , #182 )
Bump Java SDK from v7.1.0 to v7.4.0 (#177 , #181 , #189 )
0.4.0
20 Dec 15:32
Compare
Sorry, something went wrong.
No results found
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
10 Nov 13:41
Compare
Sorry, something went wrong.
No results found
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
24 Jul 11:40
Compare
Sorry, something went wrong.
No results found
Fixes
fix: beforeBreadcrumb discarding if hook is not set (#105 )
0.2.0
19 May 08:00
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes
fix: beforeSend dropping events if not set in options (#79 )
0.1.0
21 Apr 11:47
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes
fix: crash on Android API levels 23 and below (#61 )
0.0.2
22 Mar 11:07
Compare
Sorry, something went wrong.
No results found
Various fixes & improvements