···1515 environment: __DEV__ ? 'development' : 'production', // Set the environment
1616 enableAutoPerformanceTracking: true, // Enable auto performance tracking
1717 tracesSampleRate: 0.5, // Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring. // TODO: this might be too much in production
1818+ _experiments: {
1919+ // The sampling rate for profiling is relative to TracesSampleRate.
2020+ // In this case, we'll capture profiles for 50% of transactions.
2121+ profilesSampleRate: 0.5,
2222+ },
1823 integrations: isNative
1924 ? [
2025 new Sentry.Native.ReactNativeTracing({