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
Copy file name to clipboardExpand all lines: docs/platforms/python/integrations/loguru/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ logger.debug("I'm a DEBUG log")
80
80
```
81
81
82
82
- All of the above logs except for the `DEBUG`-level message will be sent to Sentry as logs.
83
-
- An error event with the message `"I'm an exception log"` will be created.
83
+
- An error event with the message `"I'm an ERROR log"` will be created.
84
84
-`"I'm an INFO log"` will be attached as a breadcrumb to that event.
85
85
-`bar` will end up in the `extra` attributes of that event.
86
86
-`"I'm an exception log"` will send the current exception from `sys.exc_info()` with the stack trace to Sentry. If there's no exception, the current stack will be attached.
0 commit comments