raven-python
raven-python copied to clipboard
Group SystemExit exceptions properly
As implemented in #686 non-zero SystemExit exceptions are now raised to Sentry. We have an issue that as they all have completely different stack traces they all cause a new individual entry. Is there a way to easily group them in our code? I couldn't work out from the fingerprints if this was achievable?