Skip to content

Commit 55c0ac6

Browse files
committed
fix
1 parent 0799638 commit 55c0ac6

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/integrations/loguru

1 file changed

+1
-1
lines changed

docs/platforms/python/integrations/loguru/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ logger.debug("I'm a DEBUG log")
8080
```
8181

8282
- 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.
8484
- `"I'm an INFO log"` will be attached as a breadcrumb to that event.
8585
- `bar` will end up in the `extra` attributes of that event.
8686
- `"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

Comments
 (0)