Group errors based on messages and ignoring stacktrace

Hi @BYK,
I’m running cloud version on sentry.io - not sure if there’s a published version number. SDK version is recent, but since we’re talking server feature I guess not important.

Reading back at the original question, you answer is probably based on only my first post - I realize that I can do manual grouping of messages if I configure every message variant with a rule, but I would need a way to make it generic, where I take part of the incoming message as a grouping criteria.

If it’s possible to to do: message:"Response prefixstring: *" -> api-server-error, {{ message }} I would be happy.

If it could be improved as: message:"User * got error: *" -> api-server-error, {{ part2 }} it would be perfect.

It any of the later options is possible, please point me in the right direction :slight_smile: