Skip to content

Commit 3c35ad4

Browse files
committed
updated changelog
1 parent bb0e201 commit 3c35ad4

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
@@ -12,8 +12,8 @@
1212
### Improvements
1313

1414
- [ANR] Defer some class availability checks ([#4825](https://github.com/getsentry/sentry-java/pull/4825))
15-
- Collect PerformanceCollectionData only in sampled transactions ([#4834](https://github.com/getsentry/sentry-java/pull/4834))
16-
- **Breaking change**: The sampling decision of a transaction is now checked only when it starts, to decide whether to start Performance data collection (CPU, RAM, slow/frozen frames). If the sampling decision is changed at a later point, collection data will not be started or stopped accordingly.
15+
- Collect PerformanceCollectionData only for sampled transactions ([#4834](https://github.com/getsentry/sentry-java/pull/4834))
16+
- **Breaking change**: Transactions with a deferred sampling decision (`sampled == null`) won't be collecting any performance data anymore (CPU, RAM, slow/frozen frames).
1717

1818
### Dependencies
1919

0 commit comments

Comments
 (0)