summaryrefslogtreecommitdiff
path: root/conftest.py
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2016-03-14 20:51:54 -0700
committerDavid Cramer <dcramer@gmail.com>2016-09-14 09:17:48 -0700
commitc3e504a0bf77deb9a79bd841e9cacc62c8127901 (patch)
treedeed8bbbe03545a501ac394d499769ceb52f8b7e /conftest.py
parentd5b8643b7281e19876eb50567588f23e021ef773 (diff)
downloadraven-c3e504a0bf77deb9a79bd841e9cacc62c8127901.tar.gz
Replace culprits with transaction names
- Implemented in Django via middleware - Defer empty culprit to server (Sentry deals fills it) - Implemented Celery as task names - Cleaned up Django and Celery abstractions to ease testing
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conftest.py b/conftest.py
index 55c641c..5c3b03f 100644
--- a/conftest.py
+++ b/conftest.py
@@ -81,4 +81,5 @@ def pytest_configure(config):
],
}],
ALLOWED_HOSTS=['*'],
+ DISABLE_SENTRY_INSTRUMENTATION=True,
)