File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7
7
- Do not store No-Op scopes onto OpenTelemetry Context when wrapping ([#4631](https://github.com/getsentry/sentry-java/pull/4631))
8
8
- In 8.18.0 and 8.19.0 the SDK could break when initialized too late.
9
9
10
+ ## 8.19.1
11
+
12
+ ### Various fixes & improvements
13
+
14
+ - Do not store No-Op scopes onto OpenTelemetry Context when wrapping (#4631) by @adinauer
15
+
10
16
## 8.19.0
11
17
12
18
### Features
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
11
11
android.useAndroidX =true
12
12
13
13
# Release information
14
- versionName =8.19.0
14
+ versionName =8.19.1
15
15
16
16
# Override the SDK name on native crashes on Android
17
17
sentryAndroidSdkName =sentry.native.android
You can’t perform that action at this time.
0 commit comments