-
Notifications
You must be signed in to change notification settings - Fork 481
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 source maps not working in Camunda Modeler crash reports #1831
Comments
We should also not upload |
We should also consider disabling this feature for nightlies, as we're uploading nightly sourcemaps to Sentry every night. |
The problem seems to be path mismatch: Since we distribute the code to the clients, each error has a different path from uploaded sourcemap paths. We need to normalize the path before we send them to Sentry. I'm investigating the best practises for that. This issue is similar to ours: https://forum.sentry.io/t/js-source-map-matching-with-wildcard-path/1871 |
What should we do?
Why should we do it?
Source maps allow us to reliably reproduce issues recorded.
The text was updated successfully, but these errors were encountered: