raven-go icon indicating copy to clipboard operation
raven-go copied to clipboard

errors.errorString groups errors with different messages together

Open orlando opened this issue 7 years ago • 1 comments

We are using errors.New(string) to generate dynamic errors from an external API. This API returns several errors codes in the body of the response.

Right now sentry groups all these errors into one, even when the messages are different. Is this the expected behavior?. And if it is, what suggestions do you guys have to handle errors in this case?

orlando avatar Dec 06 '16 01:12 orlando

This is a big deal for me also.

piotrkowalczuk avatar Dec 13 '16 09:12 piotrkowalczuk