Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): Don't mangle away global debug ID map #8096

Merged
merged 2 commits into from May 10, 2023

Conversation

lforst
Copy link
Member

@lforst lforst commented May 10, 2023

We rely on the _sentryDebugIds field for debug ID injection. Unfortunately we mangle away all underscore-prefixed variables in minified bundles unless we disallow mangling for them. This PR fixes that.

@lforst lforst requested review from AbhiPrasad, Lms24 and mydea May 10, 2023 13:40
@lforst lforst enabled auto-merge (squash) May 10, 2023 14:09
@lforst lforst merged commit b88a26d into develop May 10, 2023
63 checks passed
@lforst lforst deleted the lforst-no-minification-of-debug-id branch May 10, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants