diff --git a/src/instrumentation.ts b/instrumentation.ts similarity index 97% rename from src/instrumentation.ts rename to instrumentation.ts index 6bdfd74ba29d7e..e9326579d3ee46 100644 --- a/src/instrumentation.ts +++ b/instrumentation.ts @@ -1,6 +1,6 @@ import * as Sentry from '@sentry/nextjs'; -import {tracesSampler} from './tracesSampler'; +import {tracesSampler} from 'sentry-docs/tracesSampler'; export function register() { if (process.env.NEXT_RUNTIME === 'nodejs') {