You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(grouping): add more in-app exclusion rules for Rust (#87990)
<!-- Describe your PR here. -->
- `rust_begin_unwind` is often the top "in app" frame for Rust panics,
which makes it end up in the top level issue description even though
it's not informative at all
- `panic_fmt` is another possible entrypoint for panics that we were not
considering. At the moment it's redundant to add it, as the only
possible frame that is not in app above it is the aforementioned
`rust_begin_unwind`, but could be useful if new versions of Rust
introduce other "intermediate" frames with a different name
- I did not use `^-group -group` to not break grouping for existing
events
0 commit comments