artsy / emission

⚠️ Deprecated repo, moved to artsy/eigen ➡️ React Native Components
http://artsy.github.io/blog/2018/04/17/making-a-components-pod/
MIT License
618 stars 78 forks source link

reduce volley client error message noise in sentry #2063

Closed ds300 closed 4 years ago

ds300 commented 4 years ago

Was going through sentry and noticed a lot of noise from these volley client errors. i don't know why volley is failing so often, but the noise is due to the stack trace being included in the error message rather than as metadata. Sentry identifies errors by the message so different messages means different errors. This PR should group them by http status.

artsyit commented 4 years ago

:rocket: PR was released in v1.21.27 :rocket: