Hi there,
I’m trying to filter exceptions that I send to sentry in python (using raven), and I don’t see a way to filter via callback–only by exception class (via ignore_exceptions).
I see that the JS package has a way to do that via shouldSendCallback. Is there an equivalent of this in python? How would I go about filtering exceptions more granularly via callback? Thanks!