sentry-rust
sentry-rust copied to clipboard
Default to grouping by Rust panic and not exception
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?
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.