Skip to content
Prev Previous commit
Next Next commit
clarify the part about logging libraries
  • Loading branch information
alexsohn1126 committed Oct 3, 2025
commit c28aa579a5ee677b242d440a2132bc3f0c9244ff
2 changes: 1 addition & 1 deletion develop-docs/sdk/telemetry/logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Logs can be generated in three ways:

1. User calls Sentry’s Logging API directly: No `sentry.origin`.

2. Captured from a 3rd-party logging library: Use `auto.log[...]` format.
2. Captured from a logging library: Use `auto.log[...]` format.
```json
{ "sentry.origin": "auto.log.serilog" }
```
Expand Down
Loading