-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
feat(sourcemaps): Add --use-debug-ids flag to force Artifact Bundles usage #1557
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JS part is approved
@kamilogorek @mitsuhiko @iambriccardo Since we print the Another question; is there any other flag a user can use that isn't interoperable with this new flag? |
The problem with |
Good questions, because if yes, then we can actually model this inside flags structure (the lib we use allows to make one flag prevent use of other flag) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Riccardo Busetti <riccardob36@gmail.com>
Name is up for discussion.
SENTRY_FORCE_ARTIFACT_BUNDLES
forceArtifactBundles
from JS API in favor ofuseDebugIds
--use-debug-ids
flag that overrides the server capability