Removed some traces of Bugsnag
This commit is contained in:
parent
d73146ff62
commit
c7ba775048
@ -210,14 +210,7 @@ class PillarServer(BlinkerCompatibleEve):
|
|||||||
self.sentry = sentry_extra.PillarSentry(
|
self.sentry = sentry_extra.PillarSentry(
|
||||||
self, logging=True, level=logging.WARNING,
|
self, logging=True, level=logging.WARNING,
|
||||||
logging_exclusions=('werkzeug',))
|
logging_exclusions=('werkzeug',))
|
||||||
|
self.log.debug('Sentry setup complete')
|
||||||
# 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)
|
|
||||||
|
|
||||||
def _config_google_cloud_storage(self):
|
def _config_google_cloud_storage(self):
|
||||||
# Google Cloud project
|
# Google Cloud project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user