File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
sentry-android-core/src/main/java/io/sentry/android/core Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments