-
-
Notifications
You must be signed in to change notification settings - Fork 225
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I noticed in the Android PR when dealing with headers you're also checking for sendDefaultPii + filtering out sensitive headers, should we mention it here in the spec as well? Otherwise LGTM, some minor wording things 👍 |
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
…op into chore/http-client-errors
Nope, reason is here getsentry/sentry-java#2287 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for writing down the spec and driving this new feature, @marandaneto. I have a couple of NITs and a few questions.
Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One note about the range, apart from that great job @marandaneto 👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I completely forgot to ask: How should these errors be grouped together?
Stack trace normally, unless we see that this is not a good idea and can be improved later, but that's how Sentry works today, there's no special strategy unless you set fingerprints which can be done on eg |
Thanks, @marandaneto, for being patient with all my questions. |
Draft PR for this feature on Android - OkHttp getsentry/sentry-java#2287