diff --git a/src/react-native/javascript.ts b/src/react-native/javascript.ts index 33917799..1669f8cb 100644 --- a/src/react-native/javascript.ts +++ b/src/react-native/javascript.ts @@ -98,6 +98,6 @@ Sentry.init({ dsn: '${dsn}', // uncomment the line below to enable Spotlight (https://spotlightjs.com) - // enableSpotlight: __DEV__, + // spotlight: __DEV__, });`; } diff --git a/test/react-native/javascript.test.ts b/test/react-native/javascript.test.ts index fbdabe90..48ae0790 100644 --- a/test/react-native/javascript.test.ts +++ b/test/react-native/javascript.test.ts @@ -33,7 +33,7 @@ Sentry.init({ dsn: 'dsn', // uncomment the line below to enable Spotlight (https://spotlightjs.com) - // enableSpotlight: __DEV__, + // spotlight: __DEV__, }); const App = () => {