From c7ba775048ec7d71f4795ae408492929bb5bfd14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 3 Jan 2018 11:10:01 +0100 Subject: [PATCH] Removed some traces of Bugsnag --- pillar/__init__.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pillar/__init__.py b/pillar/__init__.py index 21d9813a..434dba43 100644 --- a/pillar/__init__.py +++ b/pillar/__init__.py @@ -210,14 +210,7 @@ class PillarServer(BlinkerCompatibleEve): self.sentry = sentry_extra.PillarSentry( self, logging=True, level=logging.WARNING, logging_exclusions=('werkzeug',)) - - # bugsnag.before_notify(bugsnag_extra.add_pillar_request_to_notification) - # got_request_exception.connect(self.__notify_bugsnag) - self.log.info('Sentry setup complete') - - def __notify_bugsnag(self, sender, exception, **extra): - import bugsnag - bugsnag.auto_notify(exception) + self.log.debug('Sentry setup complete') def _config_google_cloud_storage(self): # Google Cloud project