Skip to content

Commit 8733a06

Browse files
markushiromtsn
andauthored
Refine Changelog for enableAnrFingerprinting option (#5188)
* Refine Changelog for enableAnrFingerprinting option #skip-changelog * Apply suggestion from @romtsn --------- Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
1 parent 092f017 commit 8733a06

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@
1313
- The profile gets attached to the ANR event on the next app start, providing a flamegraph of the ANR issue on the sentry issue details page
1414
- Enable via `options.setAnrProfilingSampleRate(<sample-rate>)` or AndroidManifest.xml: `<meta-data android:name="io.sentry.anr.profiling.sample-rate" android:value="[0.0-1.0]" />`
1515
- The sample rate controls the probability of collecting a profile for each detected foreground ANR (0.0 to 1.0, null to disable)
16-
- **Breaking:** Add `enableAnrFingerprinting` option to reduce ANR noise by assigning static fingerprints to ANR events with system-only stacktraces
16+
17+
### Behavioral Changes
18+
19+
- Add `enableAnrFingerprinting` option which assigns static fingerprints to ANR events with system-only stacktraces
1720
- When enabled, ANRs whose stacktraces contain only system frames (e.g. `java.lang` or `android.os`) are grouped into a single issue instead of creating many separate issues
21+
- This will help to reduce overall ANR issue noise in the Sentry dashboard
1822
- **IMPORTANT:** This option is enabled by default.
1923
- Disable via `options.setEnableAnrFingerprinting(false)` or AndroidManifest.xml: `<meta-data android:name="io.sentry.anr.enable-fingerprinting" android:value="false" />`
2024

0 commit comments

Comments
 (0)