From b483e24e3365e757bcf6068c605597b155f80802 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Fri, 30 Jun 2017 16:55:30 +0200 Subject: [PATCH] Added Dev_commands to the Sentry logger (#826) --- core/sentry_setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/sentry_setup.py b/core/sentry_setup.py index 84d825387..710a4cf23 100644 --- a/core/sentry_setup.py +++ b/core/sentry_setup.py @@ -19,6 +19,7 @@ include_paths = ( 'cogs.streams', 'cogs.trivia', 'cogs.utils', + 'core.dev_commands', 'tests.core.test_sentry', 'main', 'launcher'