We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2c4ce commit 35c0235Copy full SHA for 35c0235
CHANGELOG.md
@@ -21,6 +21,7 @@
21
- You may now set `forceInit=true` (`force-init` for `.properties` files) to ensure a call to Sentry.init / SentryAndroid.init takes effect
22
- Add force init option to Android Manifest ([#3675](https://github.com/getsentry/sentry-java/pull/3675))
23
- Use `<meta-data android:name="io.sentry.force-init" android:value="true" />` to ensure Sentry Android auto init is not easily overwritten
24
+- Offload System.loadLibrary calls to background thread ([#3670](https://github.com/getsentry/sentry-java/pull/3670))
25
26
### Fixes
27
0 commit comments