diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 738a087..ac97aee 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -22,6 +22,7 @@ if (process.env.NODE_ENV !== "development") { init({ dsn: "https://d3345591295d4dd1b8c579b62003d939@o1284435.ingest.sentry.io/6495191", tracesSampleRate: 0.25, + release: 'production' }); } diff --git a/tsconfig.json b/tsconfig.json index a73a332..14aae77 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,9 @@ "allowJs": true, "skipLibCheck": true, "strict": true, + "sourceMap": true, + "inlineSources": true, + "sourceRoot": "/", "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true,