You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we enable the attachViewHierarchy option, we're sending too much attachments, including events that I don't want to get ViewHierarchy, like HTTP request erros.
Problem Statement
If we enable the
attachViewHierarchy
option, we're sending too much attachments, including events that I don't want to get ViewHierarchy, like HTTP request erros.Solution Brainstorm
The Android SDK contains an interceptor:
https://docs.sentry.io/platforms/android/enriching-events/viewhierarchy/#customize-view-hierarchy-capturing
It allows to customize the ViewHierarchy and send when we want. Another option is allowing to get the event attachments on
beforeSend
.Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: