Skip to content

Commit 7472b6b

Browse files
committed
Address PR feedback
1 parent 96f8e31 commit 7472b6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,8 @@ static void applyMetadata(
688688
}
689689

690690
options.setEnableAnrFingerprinting(
691-
readBool(metadata, logger, ENABLE_ANR_FINGERPRINTING, true));
691+
readBool(
692+
metadata, logger, ENABLE_ANR_FINGERPRINTING, options.isEnableAnrFingerprinting()));
692693
}
693694
options
694695
.getLogger()

0 commit comments

Comments
 (0)