Last Updated: February 25, 2016
·
1.01K
· irumiha

Disable Sentry when debugging

Be careful when using Sentry, it will interfere with the debugger in Intellij IDEA. Also exceptions thrown while running tests with nosetests will not be caught.
The workaround for our app is to not load Sentry at all when running in DEV mode.