Skip to content

Commit

Permalink
updated Sentry SDK and increase the default timeout for ANR to be thr…
Browse files Browse the repository at this point in the history
…own from 4 to 10 seconds #2498
  • Loading branch information
sethkfman committed Apr 26, 2021
1 parent 57ba915 commit 08cc4f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
<meta-data android:name="com.mixpanel.android.mpmetrics.MixpanelAPI.token" android:value="${MM_MIXPANEL_TOKEN}" />
<activity android:name="com.mixpanel.android.takeoverinapp.TakeoverInAppActivity"
android:theme="@style/com_mixpanel_android_TakeoverInAppActivityTheme"/>
<!--SENTRY-->
<meta-data android:name="io.sentry.anr.timeout-interval-mills" android:value="10000" />

<!-- Branch install referrer tracking (optional) -->
<receiver android:name="io.branch.referral.InstallListener" android:exported="true">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"@react-native-community/netinfo": "6.0.0",
"@react-native-community/viewpager": "^3.3.0",
"@rnhooks/keyboard": "^0.0.3",
"@sentry/integrations": "5.13.0",
"@sentry/react-native": "1.3.3",
"@sentry/integrations": "6.31.0",
"@sentry/react-native": "2.4.2",
"@tradle/react-native-http": "2.0.1",
"@walletconnect/client": "1.3.4",
"@walletconnect/utils": "1.3.4",
Expand Down

0 comments on commit 08cc4f6

Please sign in to comment.