I'd like sentry/raven to ignore all exceptions from a certain function or django module, but looking into the docs and the code, I only saw an option to ignore a custom exception by adding an extra attribute to it. Is there a way to ignore exceptions by function name or module name? Thanks!I'd like sentry/raven to ignore all exceptions