We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62ce5c commit 00442b2Copy full SHA for 00442b2
sentry-android-core/src/main/java/io/sentry/android/core/AnrIntegrationFactory.java
@@ -13,8 +13,7 @@ public final class AnrIntegrationFactory {
13
public static Integration create(
14
final @NotNull Context context, final @NotNull BuildInfoProvider buildInfoProvider) {
15
if (buildInfoProvider.getSdkInfoVersion() >= Build.VERSION_CODES.R) {
16
- // return new AnrV2Integration(context);
17
- return new AnrIntegration(context);
+ return new AnrV2Integration(context);
18
} else {
19
return new AnrIntegration(context);
20
}
0 commit comments