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 94aa1cd commit f9b17d8Copy full SHA for f9b17d8
CHANGELOG.md
@@ -8,6 +8,11 @@
8
- Change OkHttp sub-spans to span attributes ([#3556](https://github.com/getsentry/sentry-java/pull/3556))
9
- This will reduce the number of spans created by the SDK
10
11
+### Features
12
+
13
+- Add init priority settings ([#3674](https://github.com/getsentry/sentry-java/pull/3674))
14
+ - You may now set `forceInit=true` (`force-init` for `.properties` files) to ensure a call to Sentry.init / SentryAndroid.init takes effect
15
16
### Fixes
17
18
- Use OpenTelemetry span name as fallback for transaction name ([#3557](https://github.com/getsentry/sentry-java/pull/3557))
0 commit comments