You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a chance this can clash with user code if that variable name is used.
We should either chose a variable name that is more unique and less likely to clash with user code or wrap this code block in a closure so that the scope is private.
The text was updated successfully, but these errors were encountered:
We inject code that creates a new variable called
_global
:sentry-javascript-bundler-plugins/packages/bundler-plugin-core/src/utils.ts
Lines 317 to 329 in b2a0529
There is a chance this can clash with user code if that variable name is used.
We should either chose a variable name that is more unique and less likely to clash with user code or wrap this code block in a closure so that the scope is private.
The text was updated successfully, but these errors were encountered: