Skip to content

Draft: Error Tracking: Collect stacktrace frames from threads

Peter Leitzen requested to merge pl-error-tracking-threads-values into master

What does this MR do and why?

Sentry payloads sent from Rust contain stacktrace.frames in threads.values and not in exception.values.

See #340178 (comment 811287774) and https://gitlab.com/splattael/error-tracking-example-rust.

WIP:

Screenshots or screen recordings

stacktrace inside exception.values stacktrace inside threads.values 🆕
Screenshot_from_2022-01-19_19-23-28 Screenshot_from_2022-01-19_19-23-37

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports