Skip to content
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

Investigate Source maps for Sentry #9334

Open
matejkriz opened this issue Sep 1, 2023 · 1 comment
Open

Investigate Source maps for Sentry #9334

matejkriz opened this issue Sep 1, 2023 · 1 comment
Labels
code Code improvements sentry Reports linked from Sentry.io or Sentry enhancements

Comments

@matejkriz
Copy link
Member

In Sentry we often miss source maps so stack traces are cryptic. Let's investigate possible improvements.

@matejkriz matejkriz added sentry Reports linked from Sentry.io or Sentry enhancements code Code improvements labels Sep 1, 2023
@AdamSchinzel AdamSchinzel self-assigned this Sep 13, 2023
@davidmurdoch
Copy link

davidmurdoch commented May 10, 2024

In https://www.npmjs.com/package/@trezor/protobuf, at least, you ship JavaScript that references source maps (via //# sourceMappingURL=<some-file.js.map> comments), but don't actually ship any sourcemaps. I think this is actually breaking some tooling, like SWC: swc-project/swc#8789

p.s., this is for MetaMask

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Code improvements sentry Reports linked from Sentry.io or Sentry enhancements
Projects
Status: 🎯 To do
Development

No branches or pull requests

3 participants