-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Here's an example of the issue. Note the group has many different crashes with different, unrelated traces. Grouping shows it's grouping on objc_exception_throw which is not in-app. It's not a good piece of context, really, especially since the exception type already indicates a thrown exception.
I think this should probably be changed at the Sentry level.
Expected Result
I'd like these exceptions to either:
- Group by message
- Group by out-of-app stack frames which are actually relevant to the issue.
When I added the following rule to our grouping rules, it seems to have resulted in group by message for these problematic groups at the cost of regrouping a lot of other stuff. https://dropbox.sentry.io/issues/6978111173/?project=4505546600087552
stack.function:objc_exception_throw -group
Actual Result
The issue is over-grouped, meaning there are many unrelated bugs in one group. Anything without in-app frames that also matches the exception type is all in one group.
Product Area
Ingestion and Filtering
Link
DSN
No response
Version
No response
Metadata
Metadata
Assignees
Labels
Projects
Status