mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
upload sourcemaps
This commit is contained in:
parent
ec871e5fec
commit
1e528dfcf7
@ -22,6 +22,7 @@ if (process.env.NODE_ENV !== "development") {
|
||||
init({
|
||||
dsn: "https://d3345591295d4dd1b8c579b62003d939@o1284435.ingest.sentry.io/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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user