Skip to content

Commit c072000

Browse files
committed
update changelog
1 parent f8a9c45 commit c072000

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
### Features
66

77
- Add `SentryWrapper.wrapRunnable` to wrap `Runnable` for use with Sentry ([#4332](https://github.com/getsentry/sentry-java/pull/4332))
8-
- Support `globalHubMode` for OpenTelemetry
8+
- Support `globalHubMode` for OpenTelemetry ([#4349](https://github.com/getsentry/sentry-java/pull/4349))
99
- Sentry now adds OpenTelemetry spans without a parent to the last known unfinished root span (transaction)
1010
- Previously those spans would end up in Sentry as separate transactions
11+
- Spans created via Sentry API are preferred over those created through OpenTelemetry API or auto instrumentation
12+
- New option `ignoreStandaloneClientSpans` that prevents Sentry from creating transactions for OpenTelemetry spans with kind `CLIENT` ([#4349](https://github.com/getsentry/sentry-java/pull/4349))
13+
- Defaults to `false` meaning standalone OpenTelemetry spans with kind `CLIENT` will be turned into Sentry transactions
1114

1215
### Fixes
1316

0 commit comments

Comments
 (0)