-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
upload-sourcemaps fails when setting --url-prefix with hidden source maps #894
Comments
Update: I was able to fix this by using a Before
After -- which now works:
I'll leave this open though for a Sentry maintainer to look at. This wasn't previously the case ~1 year ago -- is this expected? |
This is expected behavior, as ref: https://docs.sentry.io/platforms/javascript/sourcemaps/troubleshooting_js/#using-sentry-cli |
@sman591 Thank you so mush, i just add |
Environment
How do you use Sentry?
Which SDK and version?
Steps to Reproduce
devtool: "hidden-source-map"
to the foldergenerated_assets/
Expected Result
Actual Result
--validate
fails validation--validate
renders the source maps on Sentry.io useless (it can't find them / doesn't un-minify the stack traces)Sentry CLI output (abbreviating for fewer files + exact file names):
The text was updated successfully, but these errors were encountered: