getsentry / sentry

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

Download crash reports as symbolicated stack traces #69176

Open philmitchell opened 1 month ago

philmitchell commented 1 month ago

Problem Statement

Sentry currently allows us to download a JSON dump of crash data, including breadcrumbs, tags, etc. That's useful for automation, but not so useful for manually tracking specific crash clusters.

Solution Brainstorm

Be able to download just the symbolicated stack trace as a text file.

Product Area

Issues

getsantry[bot] commented 1 month ago

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] commented 1 month ago

Routing to @getsentry/product-owners-issues for triage ⏲️

scefali commented 1 month ago

@philmitchell So the ask is you want text instead of json?

philmitchell commented 1 month ago

@scefali Yes, but probably a better way to say it is: in human-readable form. Of course one can read the json, but not as readily as a typical stack trace, which is much more compact.

lobsterkatie commented 1 month ago

So in other words, you'd like to be able to download this version of the stacktrace?

image

philmitchell commented 1 month ago

Yes. Attached is a (redacted) example of the kind of report I'm used to being able to download for iOS. redacted_crash_report.txt

jangjodi commented 1 month ago

Thank you for the suggestion philmitchell - I've added it to our backlog.