Problem Statement
I'd like to use EventScrubber (added in #1943) to scrub the events we send to Sentry. However, our own current scrubbing implementation also scrubs event["exception"] based on whether exc_info is in the hint supplied to the before_send hook.
Not scrubbing the exception is a blocker to adoption of EventScrubber for us and I think it would be nice to add this functionality.
Solution Brainstorm
/
Problem Statement
I'd like to use
EventScrubber(added in #1943) to scrub the events we send to Sentry. However, our own current scrubbing implementation also scrubsevent["exception"]based on whetherexc_infois in thehintsupplied to thebefore_sendhook.Not scrubbing the exception is a blocker to adoption of
EventScrubberfor us and I think it would be nice to add this functionality.Solution Brainstorm
/