We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337f334 commit 9bfc05fCopy full SHA for 9bfc05f
gulpfile.js
@@ -8,6 +8,7 @@ var crx3 = require('crx3')
8
var webstoreClient = require('chrome-webstore-upload')
9
var rename = require('gulp-rename')
10
var path = require('path')
11
+var child_process = require('child_process')
12
13
// Provide a dummy credential file for third-party builders
14
try {
@@ -109,6 +110,8 @@ const js = async function() {
109
110
resolve()
111
})
112
)
113
+ // Remove lazy loading from sentry
114
+ child_process.execSync(`sed -i 's!"https://browser.sentry-cdn.com"!""!' ${paths.distJs}/*`)
115
html(statsJson)
116
}
117
0 commit comments