-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Source maps info don't show in with-sentry example #8873
Comments
Sentry will try to fetch the sourcemaps relatively to your hosted scripts. There are common pitfalls:
As a solution you can upload your source maps to sentry. |
I've tried uploading the source maps to sentry but it actually didn't work, could you give an example on how to upload the files to sentry? |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Cloned with-sentry example, provided DSN, as described in readme. Built the app in production mode, raised an exception. Result - error stack traces point to uglified files:
As I see in the code, it should provide source maps to sentry.
Any additional configuration needed to set up source maps? Or it's just a bug?
The text was updated successfully, but these errors were encountered: