diff --git a/static/app/bootstrap/initializeSdk.tsx b/static/app/bootstrap/initializeSdk.tsx index 9ddba27c967414..84cfa3f7d95b40 100644 --- a/static/app/bootstrap/initializeSdk.tsx +++ b/static/app/bootstrap/initializeSdk.tsx @@ -78,15 +78,13 @@ function getSentryIntegrations() { return integrations; } -// TODO(__SENTRY_USING_REACT_ROUTER_SIX): Remove opts once getsentry has had -// this paramter removed /** * Initialize the Sentry SDK * * If `routes` is passed, we will instrument react-router. Not all * entrypoints require this. */ -export function initializeSdk(config: Config, _otps?: any) { +export function initializeSdk(config: Config) { const {apmSampling, sentryConfig, userIdentity} = config; const tracesSampleRate = apmSampling ?? 0; const extraTracePropagationTargets = SPA_DSN