Skip to main content

How can I group all errors by title and then by message?

Updated over a month ago

Issue

I would like to group all my error events based on the error title and message.

Applies To

  • All SaaS Customers

  • Error Monitoring

  • Fingerprint Rules

Resolution

You can go to your project's settings > Issue Grouping, and apply the following rule:

error.type:"*" -> group-by-exception-then-message, ##{{ error.type }}, ##{{ error.value }}

Please note that the above will not take into consideration other information like release or stack trace. You might want to customise it further by adding more matchers to group by in your desired order.

Did this answer your question?