You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the SentryHandler for logging has some issues.
While it inherits from an old style class (logging.Handler) it uses super which is reserved to new class style.
I had to comment in SentryHandler.init
Hi,
the SentryHandler for logging has some issues.
While it inherits from an old style class (logging.Handler) it uses super which is reserved to new class style.
I had to comment in SentryHandler.init
and replace it by: