You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
## Unreleased
4
4
5
+
### Features
6
+
7
+
- Support `globalHubMode` for OpenTelemetry ([#4349](https://github.com/getsentry/sentry-java/pull/4349))
8
+
- Sentry now adds OpenTelemetry spans without a parent to the last known unfinished root span (transaction)
9
+
- Previously those spans would end up in Sentry as separate transactions
10
+
- Spans created via Sentry API are preferred over those created through OpenTelemetry API or auto instrumentation
11
+
- New option `ignoreStandaloneClientSpans` that prevents Sentry from creating transactions for OpenTelemetry spans with kind `CLIENT` ([#4349](https://github.com/getsentry/sentry-java/pull/4349))
12
+
- Defaults to `false` meaning standalone OpenTelemetry spans with kind `CLIENT` will be turned into Sentry transactions
13
+
5
14
### Fixes
6
15
7
16
- Update profile chunk rate limit and client report ([#4353](https://github.com/getsentry/sentry-java/pull/4353))
@@ -11,12 +20,6 @@
11
20
### Features
12
21
13
22
- Add `SentryWrapper.wrapRunnable` to wrap `Runnable` for use with Sentry ([#4332](https://github.com/getsentry/sentry-java/pull/4332))
14
-
- Support `globalHubMode` for OpenTelemetry ([#4349](https://github.com/getsentry/sentry-java/pull/4349))
15
-
- Sentry now adds OpenTelemetry spans without a parent to the last known unfinished root span (transaction)
16
-
- Previously those spans would end up in Sentry as separate transactions
17
-
- Spans created via Sentry API are preferred over those created through OpenTelemetry API or auto instrumentation
18
-
- New option `ignoreStandaloneClientSpans` that prevents Sentry from creating transactions for OpenTelemetry spans with kind `CLIENT` ([#4349](https://github.com/getsentry/sentry-java/pull/4349))
19
-
- Defaults to `false` meaning standalone OpenTelemetry spans with kind `CLIENT` will be turned into Sentry transactions
0 commit comments