mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
MoreLoudlyFailingTransport: avoid infinite recursion
since logger.error tries to use sentry in typical setups, using that to report trouble with sentry is not a good idea
This commit is contained in:
@@ -10,4 +10,4 @@ class MoreLoudlyFailingTransport(HttpTransport):
|
||||
def on_dropped_event(self, reason):
|
||||
# type: (str) -> None
|
||||
# ... do you thing ...
|
||||
logger.error("Sentry SDK dropped event: %s", reason)
|
||||
print("Sentry SDK dropped event:", reason)
|
||||
|
||||
Reference in New Issue
Block a user