upload sourcemaps

This commit is contained in:
AykutSarac 2023-02-08 23:15:30 +03:00
parent ec871e5fec
commit 1e528dfcf7
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@ if (process.env.NODE_ENV !== "development") {
init({
dsn: "https://d3345591295d4dd1b8c579b62003d939@o1284435.ingest.sentry.io/6495191",
tracesSampleRate: 0.25,
release: 'production'
});
}

View File

@ -6,6 +6,9 @@
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"sourceMap": true,
"inlineSources": true,
"sourceRoot": "/",
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,