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 e18ec72 commit 7fd4a09Copy full SHA for 7fd4a09
rollup/plugins/bundlePlugins.js
@@ -65,6 +65,7 @@ export function makeIsDebugBuildPlugin(includeDebugging) {
65
66
export function makeSetSDKSourcePlugin(sdkSource) {
67
return replace({
68
+ preventAssignment: true,
69
values: {
70
__SENTRY_SDK_SOURCE__: sdkSource,
71
},
0 commit comments