mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
telemetry toggle
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ export default {
|
||||
maxEntrypointSize: 512000,
|
||||
maxAssetSize: 512000,
|
||||
},
|
||||
devtool: 'cheap-module-source-map',
|
||||
devtool: 'source-map',
|
||||
entry: {
|
||||
SEQTA: './src/SEQTA.ts',
|
||||
background: './src/background.ts',
|
||||
@@ -80,7 +80,7 @@ export default {
|
||||
}),
|
||||
sentryWebpackPlugin({
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
org: "personal-771",
|
||||
org: "betterseqta-plus",
|
||||
project: "betterseqtaplus-main",
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user