getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
38.87k stars 4.17k forks source link

Improving JavaScript Reports #2723

Closed dcramer closed 6 years ago

dcramer commented 8 years ago

As part of some recent changes to Sentry we should explore how we could greatly customize/improve JS reports. This is the master ticket for tracking and discussing potential changes to JS reports.

Some initial thoughts:

benvinegar commented 8 years ago
benvinegar commented 6 years ago

Offer two stack views (sourcemaps, no sourcemaps)

✅ – We let you toggle between them.

Implement breadcrumbs

✅ – Done!

Clearly call out use of sourcemaps to know URL, name, basic properties (possibly as a meta object?)

✅ – We show you the URL of the source map that was applied.

Support webpack dep versions [package.json](how hard is this?)

❌– Not sure what this means. We show you the version of libraries in the stack trace or something?

Use sourcemaps to translate back minified variable/method names that appear in error messages back to their original form

❌ – We tried. It's super hard.

Gonna close this though. We hit most of the notes.