Native stacktrace reprocessing for early adopters

We just launched a feature on sentry.io that allows you to manually recompute stacktraces in events:

Screenshot 2021-02-12 at 13.34.05

Screenshot 2021-02-12 at 13.34.38

This is useful if you uploaded additional debug information files after events already came in, and you want to give symbolication another try.

This currently only works for C/C++/cocoa/swift events, or events that contain at least one frame in such a language. We may expand this to Java and JavaScript in the future if all goes well, such that you can apply sourcemaps on past events. Also when you reprocess an event, it counts against your plan’s quota a second time, as we basically do all the heavy processing again.

The feature is only available to Early Adopter organizations. Check out the reprocessing documentation for how to become an early adopter, and for general information.

Let us know what you think of this by either posting in the forum, or catching us on Discord’s #error-monitoring channel. Thanks!

1 Like