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 59ee2e3 commit 8317c69Copy full SHA for 8317c69
packages/replay/rollup.npm.config.js
@@ -12,6 +12,7 @@ export default makeNPMConfigVariants(
12
plugins: [
13
// TODO: Remove this - replay version will be in sync w/ SDK version
14
replace({
15
+ preventAssignment: true,
16
values: {
17
__SENTRY_REPLAY_VERSION__: JSON.stringify(pkg.version),
18
},
0 commit comments