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
Handle loguru msg levels that are not supported by Sentry (#4147)
Loguru has two message levels `TRACE` and `SUCCESS` that are not
available in Sentry breadcrumbs. This PR maps `TRACE` to `debug` and
`SUCCESS` to `info` in Sentry so those breadcrumbs do not show a
confusing error message in the Sentry UI.
Fixes#2759
0 commit comments