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 db60e28 commit 3df1298Copy full SHA for 3df1298
rollup.config.js
@@ -47,13 +47,6 @@ function makeLicensePlugin(title) {
47
}
48
49
export const terserPlugin = terser({
50
- compress: {
51
- // Tell env.ts that we're building a browser bundle and that we do not
52
- // want to have unnecessary debug functionality.
53
- global_defs: {
54
- __SENTRY_NO_DEBUG__: false,
55
- },
56
57
mangle: {
58
// captureExceptions and captureMessage are public API methods and they don't need to be listed here
59
// as mangler doesn't touch user-facing thing, however sentryWrapped is not, and it would be mangled into a minified version.
0 commit comments