You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with version 6.0.0 of the sentry package, Sentry's self hosted version >= v21.9.0 is required or you have to manually disable sending client reports via the sendClientReports option. This only applies to self-hosted Sentry. If you are using sentry.io, no action is needed.
Features
Allow optimization and obfuscation of the SDK by reducing proguard rules (#2031)
Ref: catch Throwable instead of Exception to suppress internal SDK errors (#1812)
SentryOptions can merge properties from ExternalOptions instead of another instance of SentryOptions
Following boolean properties from SentryOptions that allowed null values are now not nullable - debug, enableUncaughtExceptionHandler, enableDeduplication
SentryOptions cannot be created anymore using PropertiesProvider with SentryOptions#from method. Use ExternalOptions#from instead and merge created object with SentryOptions#merge
Bump: Kotlin to 1.5 and compatibility to 1.4 for sentry-android-timber (#1815)