Removed some traces of Bugsnag

This commit is contained in:
Sybren A. Stüvel 2018-01-03 11:10:01 +01:00
parent d73146ff62
commit c7ba775048

View File

@ -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