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
fix(astro): Make Replay and BrowserTracing integrations tree-shakeable (#9287)
Fix a Sentry.init code generation bug that always added
`BrowserTracing` and `Replay` to the client init code, even if sample
rates were specifically set to 0. This prohibited tree shaking of these
integrations if users disabled them by setting the respective sample
rates.
0 commit comments