sentry-rust icon indicating copy to clipboard operation
sentry-rust copied to clipboard

Default to grouping by Rust panic and not exception

Open bfpepper87 opened this issue 2 years ago • 1 comments
trafficstars

When working with Rust issues, can we make it default to unwind to the panic and group by that as opposed to grouping by the exception?

bfpepper87 avatar May 22 '23 17:05 bfpepper87

What exactly do you mean by "grouping by exception"? Also, what is your expectation here?

The panics are grouped by the stack trace by default, and not by the panic message.

Swatinem avatar May 24 '23 08:05 Swatinem