Skip to content

Commit f274c79

Browse files
authored
Fix CHANGELOG for Tracing without Performance (#2818)
1 parent 11d2f37 commit f274c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Features
66

77
- Add manifest `AutoInit` to integrations list ([#2795](https://github.com/getsentry/sentry-java/pull/2795))
8+
- Tracing headers (`sentry-trace` and `baggage`) are now attached and passed through even if performance is disabled ([#2788](https://github.com/getsentry/sentry-java/pull/2788))
89

910
### Fixes
1011

@@ -38,7 +39,6 @@
3839
This is only useful as additional information, because the SDK attempts to parse the thread dump into proper threads with stacktraces by default.
3940
- If [ApplicationExitInfo#getTraceInputStream](https://developer.android.com/reference/android/app/ApplicationExitInfo#getTraceInputStream()) returns null, the SDK no longer reports an ANR event, as these events are not very useful without it.
4041
- Enhance regex patterns for native stackframes
41-
- Tracing headers (`sentry-trace` and `baggage`) are now attached and passed through even if performance is disabled ([#2788](https://github.com/getsentry/sentry-java/pull/2788))
4242

4343
## 6.23.0
4444

0 commit comments

Comments
 (0)