Skip to content

Commit 7ebd37c

Browse files
committed
move changelog section
1 parent af54118 commit 7ebd37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
- Add OpenTelemetry span data to Sentry span ([#3593](https://github.com/getsentry/sentry-java/pull/3593))
1616
- No longer selectively copy OpenTelemetry attributes to Sentry spans / transactions `data` ([#3663](https://github.com/getsentry/sentry-java/pull/3663))
1717
- Remove `PROCESS_COMMAND_ARGS` (`process.command_args`) OpenTelemetry span attribute as it can be very large ([#3664](https://github.com/getsentry/sentry-java/pull/3664))
18+
- Use RECORD_ONLY sampling decision if performance is disabled ([#3659](https://github.com/getsentry/sentry-java/pull/3659))
19+
- Also fix check whether Performance is enabled when making a sampling decision in the OpenTelemetry sampler
1820

1921
### Dependencies
2022

@@ -31,8 +33,6 @@
3133
- Errors weren't linked to traces correctly due to parts of the SDK not knowing the current span
3234
- Record dropped spans in client report when sampling out OpenTelemetry spans ([#3552](https://github.com/getsentry/sentry-java/pull/3552))
3335
- Retrieve the correct current span from `Scope`/`Scopes` when using OpenTelemetry ([#3554](https://github.com/getsentry/sentry-java/pull/3554))
34-
- Use RECORD_ONLY sampling decision if performance is disabled ([#3659](https://github.com/getsentry/sentry-java/pull/3659))
35-
- Also fix check whether Performance is enabled when making a sampling decision in the OpenTelemetry sampler
3636

3737
## 8.0.0-alpha.3
3838

0 commit comments

Comments
 (0)