@@ -22,6 +22,7 @@ if (process.env.NODE_ENV !== "development") {
init({
dsn: "https://[email protected]/6495191",
tracesSampleRate: 0.25,
+ release: 'production'
});
}
@@ -6,6 +6,9 @@
"allowJs": true,
"skipLibCheck": true,
"strict": true,
+ "sourceMap": true,
+ "inlineSources": true,
+ "sourceRoot": "/",
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,