Skip to content

Commit 1e602fa

Browse files
committed
changelog
1 parent 86e2cc4 commit 1e602fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- Removed user segment ([#3512](https://github.com/getsentry/sentry-java/pull/3512))
88
- Use span id of remote parent ([#3548](https://github.com/getsentry/sentry-java/pull/3548))
99
- Traces were broken because on an incoming request, OtelSentrySpanProcessor did not set the parentSpanId on the span correctly. Traces were not referencing the actual parent span but some other (random) span ID which the server doesn't know.
10+
- Attach active span to scope when using OpenTelemetry ([#3549](https://github.com/getsentry/sentry-java/pull/3549))
11+
- Errors weren't linked to traces correctly due to parts of the SDK not knowing the current span
1012

1113
## 8.0.0-alpha.3
1214

0 commit comments

Comments
 (0)