Skip to content

Commit

Permalink
chore(android): sentry anr
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed May 3, 2024
1 parent 8e4ecd6 commit 166b283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App_Resources/Android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
android:resource="@xml/provider_paths" tools:replace="android:resource" />
</provider>
<meta-data android:name="android.webkit.WebView.MetricsOptOut" android:value="true" />
<meta-data android:name="io.sentry.anr.enable" android:value="false" />
<meta-data android:name="io.sentry.anr.enable" android:value="true" />
<meta-data android:name="io.sentry.breadcrumbs.activity-lifecycle" android:value="false" />
<meta-data android:name="io.sentry.breadcrumbs.app-lifecycle" android:value="false" />
<meta-data android:name="io.sentry.breadcrumbs.system-events" android:value="false" />
Expand Down

0 comments on commit 166b283

Please sign in to comment.