Sentry error logging (#784)

This commit is contained in:
Will
2017-05-29 16:43:00 -04:00
committed by Twentysix
parent e469ee201b
commit 82d9457647
6 changed files with 84 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
from core import sentry_setup
def test_sentry_capture():
sentry_setup.init_sentry_logging()
assert sentry_setup.client is not None
sentry_setup.client.captureMessage("Message from test_sentry module.")