sentry-dotnet
sentry-dotnet copied to clipboard
[MAUI] Make it possible to programmatically decide whether to attach a screenshot or not
Problem Statement
Something like BeforeCaptureCallback
in the Android version (https://docs.sentry.io/platforms/android/enriching-events/screenshots/).
There are two reasons why I'm interested in this feature:
- Screenshots of some parts of the app may contain private information that is not supposed to be seen by the team monitoring issues in Sentry.
- There is no need to have screenshots for handled exceptions because in our case, they don't add any new information. However, since they are quite heavy, they generate a lot of unnecessary traffic for users.
Solution Brainstorm
No response