Skip to content

Commit ab71925

Browse files
committed
alert
1 parent 36d05dd commit ab71925

File tree

1 file changed

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

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@ title: Loguru
33
description: Learn about using Sentry with Loguru.
44
---
55

6-
The [Loguru](https://github.com/Delgan/loguru#readme) integration lets you capture log messages and send them to Sentry. Depending on your settings, Loguru logs can be captured as Sentry logs, as error events, or as breadcrumbs, or a combination of those.
6+
The [Loguru](https://github.com/Delgan/loguru#readme) integration lets you capture log messages and send them to Sentry.
77

88
The [`logging`](/platforms/python/integrations/logging) integration provides most of the Loguru functionality and most examples on that page work with Loguru.
99

10+
<Alert level="info" title="Did you mean logs instead?">
11+
12+
Enable the Sentry Logs feature with `sentry_sdk.init(enable_logs=True)` to unlock Sentry's full logging power. With Sentry Logs, you can search, filter, and analyze logs from across your entire application in one place.
13+
14+
</Alert>
15+
16+
1017
## Install
1118

1219
Install `sentry-sdk` from PyPI with the `loguru` extra.

0 commit comments

Comments
 (0)