0.6.0
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)