diff --git a/samples/react-native/src/App.tsx b/samples/react-native/src/App.tsx index bf3dcf0dab..fca0fe3f64 100644 --- a/samples/react-native/src/App.tsx +++ b/samples/react-native/src/App.tsx @@ -161,7 +161,7 @@ Sentry.init({ replaysOnErrorSampleRate: 1.0, ignoreErrors: ['should', /(.)*2(.)*/], replaysSessionQuality: 'medium', // default - spotlight: true, + spotlight: false, // This should be disabled when manually initializing the native SDK // Note that options from JS are not passed to the native SDKs when initialized manually autoInitializeNativeSdk: true,