Skip to content

Commit de43ccd

Browse files
markushiclaude
andcommitted
refactor(android): Remove experimental flag from enableAnrFingerprinting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8ad1cc9 commit de43ccd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sentry-android-core/src/main/java/io/sentry/android/core/SentryAndroidOptions.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -724,11 +724,8 @@ public boolean isAnrProfilingEnabled() {
724724
* a static fingerprint to ANRs whose stacktraces contain only system frames and no application
725725
* frames.
726726
*
727-
* <p>This is an experimental feature and may be changed or removed in a future release.
728-
*
729727
* @return true if ANR fingerprinting is enabled
730728
*/
731-
@ApiStatus.Experimental
732729
public boolean isEnableAnrFingerprinting() {
733730
return enableAnrFingerprinting;
734731
}
@@ -738,11 +735,8 @@ public boolean isEnableAnrFingerprinting() {
738735
* to ANR events that would otherwise produce noisy grouping. Currently, this applies a static
739736
* fingerprint to ANRs whose stacktraces contain only system frames and no application frames.
740737
*
741-
* <p>This is an experimental feature and may be changed or removed in a future release.
742-
*
743738
* @param enableAnrFingerprinting true to enable ANR fingerprinting
744739
*/
745-
@ApiStatus.Experimental
746740
public void setEnableAnrFingerprinting(final boolean enableAnrFingerprinting) {
747741
this.enableAnrFingerprinting = enableAnrFingerprinting;
748742
}

0 commit comments

Comments
 (0)