You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
- Add `enableAnrFingerprinting` option which assigns static fingerprints to ANR events with system-only stacktraces
20
20
- 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
22
22
- **IMPORTANT:** This option is enabled by default.
23
23
- Disable via `options.setEnableAnrFingerprinting(false)` or AndroidManifest.xml: `<meta-data android:name="io.sentry.anr.enable-fingerprinting" android:value="false" />`
0 commit comments