-
-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Description
Environment
sentry-cli
version 1.66.0
Steps to Reproduce
Upload sourcemaps with the default extensions set, in a directory with mapped CSS files.
Expected Result
blah.css.map
does not get uploaded because blah.css
doesn't get uploaded.
Actual Result
blah.css.map
does in fact get uploaded.
Notes
- My show and tell app will work to reproduce this if you need an example to play with.
- I believe this is because this line just uncritically accepts anything with the extension
.map
, regardless of what comes before that.
Metadata
Metadata
Assignees
Labels
No labels