Skip to content

Commit bcae360

Browse files
authored
Merge branch '8.x.x' into feat/potel-30-child-span-make-current-by-default
2 parents 2c16bad + afff380 commit bcae360

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- Parse and use `send-default-pii` and `max-request-body-size` from `sentry.properties` ([#3534](https://github.com/getsentry/sentry-java/pull/3534))
1414
- `span.startChild` now uses `.makeCurrent()` by default ([#3544](https://github.com/getsentry/sentry-java/pull/3544))
1515
- This caused an issue where the span tree wasn't correct because some spans were not added to their direct parent
16+
- Partially fix bootstrap class loading ([#3543](https://github.com/getsentry/sentry-java/pull/3543))
17+
- There was a problem with two separate Sentry `Scopes` being active inside each OpenTelemetry `Context` due to using context keys from more than one class loader.
18+
1619
## 8.0.0-alpha.2
1720

1821
### Behavioural Changes

0 commit comments

Comments
 (0)