Sentry.init({
dsn: ENV.SENTRY_DSN,
sendDefaultPii: false,
environment: ENV.ENVIRONMENT,
enabled: ENV.ENVIRONMENT !== "development",
integrations: isProduction ? [Sentry.browserTracingIntegration(), Sentry.replayIntegration()] : [],
tracesSampleRate: isProduction ? 0.1 : 0,
replaysSessionSampleRate: isProduction ? 0.1 : 0,
replaysOnErrorSampleRate: isProduction ? 1.0 : 0,
});
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/react
SDK Version
10.38.0
Framework Version
React 19
Link to Sentry event
https://good-share.sentry.io/issues/7384290360/
Reproduction Example/SDK Setup
Steps to Reproduce
Expected Result
Actual Result
Additional Context
No response
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it.