File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ Sentry.init({
4141 integrations : [
4242 new Sentry . ReactNativeTracing ( {
4343 routingInstrumentation : reactNavigationV5Instrumentation ,
44- tracingOrigins : [ 'localhost' , / ^ \/ / , / ^ h t t p s : \/ \/ / ]
44+ tracingOrigins : [ 'localhost' , / ^ \/ / , / ^ h t t p s : \/ \/ / ] ,
4545 // How to ignore transactions for the "Manual Tracker" screen
4646 // beforeNavigate: (context: Sentry.ReactNavigationTransactionContext) => {
4747 // if (context.data.route.name === 'ManualTracker') {
4848 // context.sampled = false;
4949 // }
5050 // return context;
5151 // },
52- // idleTimeout: 5000
52+ idleTimeout : 30000 // extra long idleTimeout so we can force react.render spans to be created upon navigating away
5353 } ) ,
5454 ] ,
5555 tracesSampleRate : 1.0 ,
You can’t perform that action at this time.
0 commit comments