How to combine exceptions from different countries #3305
Unanswered
stevenbrix
asked this question in
Q&A
Replies: 1 comment
-
Hm, tricky. You can control of the fingerprinting to have it group things however you want... I can't see an easy solution to this particular problem though. Possibly checking if the Exception type is the same and then checking the line number from the top frame in the stack trace... however I think that's simplifying somewhat and won't always work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a global set of users, the same set of exceptions is logged for them, however since the messages are in different languages, the sentry website doesn't group them. Are there any tricks/tips on how to make sure that the same exception (based off HRESULT) are all grouped?
Beta Was this translation helpful? Give feedback.
All reactions