You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
◇ Add the following code to your App.js or _layout.tsx file: (This ensures the Sentry SDK is ready to capture errors.)
import * as Sentry from '@sentry/react-native';
Sentry.init({
dsn: ''
// uncomment the line below to enable Spotlight (https://spotlightjs.com)
// enableSpotlight: __DEV__,
});
Expected Result
spotlight: __DEV__, instead of enableSpotlight: __DEV__,
Actual Result
enableSpotlight: __DEV__,
The text was updated successfully, but these errors were encountered:
What React Native libraries do you use?
React Native without Frameworks
Are you using sentry.io or on-premise?
sentry.io (SaS)
@sentry/react-native SDK Version
6.4.0
How does your development environment look like?
n/a
Sentry.init()
n/a
Steps to Reproduce
npx @sentry/wizard@latest -i reactNative
Expected Result
spotlight: __DEV__
, instead ofenableSpotlight: __DEV__,
Actual Result
enableSpotlight: __DEV__,
The text was updated successfully, but these errors were encountered: