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 0b3e3e1 commit ec41191Copy full SHA for ec41191
packages/replay/rollup.npm.config.js
@@ -15,10 +15,10 @@ export default makeNPMConfigVariants(
15
preventAssignment: false,
16
values: {
17
__SENTRY_REPLAY_VERSION__: JSON.stringify(pkg.version),
18
- // @ts-ignore not gonna deal with types here
19
- __SENTRY_DEBUG__: true,
20
21
- __DEBUG_BUILD__: true,
+ // // @ts-ignore not gonna deal with types here
+ // __SENTRY_DEBUG__: true,
+ // __DEBUG_BUILD__: true,
22
},
23
}),
24
],
0 commit comments