From c3e504a0bf77deb9a79bd841e9cacc62c8127901 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Mon, 14 Mar 2016 20:51:54 -0700 Subject: 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 --- conftest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'conftest.py') 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, ) -- cgit v1.2.1