Skip to content

Commit 0f63cb1

Browse files
committed
move changelog
1 parent cddb1f0 commit 0f63cb1

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Unreleased
44

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+
514
### Fixes
615

716
- Update profile chunk rate limit and client report ([#4353](https://github.com/getsentry/sentry-java/pull/4353))
@@ -11,12 +20,6 @@
1120
### Features
1221

1322
- 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
2023

2124
### Fixes
2225

0 commit comments

Comments
 (0)