Skip to content

Commit fc75470

Browse files
authored
Apply suggestion from @romtsn
1 parent ff1bc80 commit fc75470

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
@@ -18,7 +18,7 @@
1818

1919
- Add `enableAnrFingerprinting` option which assigns static fingerprints to ANR events with system-only stacktraces
2020
- 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" on sentry.io
21+
- This will help to reduce overall ANR issue noise in the Sentry dashboard
2222
- **IMPORTANT:** This option is enabled by default.
2323
- Disable via `options.setEnableAnrFingerprinting(false)` or AndroidManifest.xml: `<meta-data android:name="io.sentry.anr.enable-fingerprinting" android:value="false" />`
2424

0 commit comments

Comments
 (0)