Python shouldSendCallback equivalent

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!

Any update on this? It’s been a few months and I’m starting to wonder if anyone reads these forum threads… I could repost it somewhere more relevant?