Skip to content

Commit c28aa57

Browse files
committed
clarify the part about logging libraries
1 parent 1a438ff commit c28aa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Logs can be generated in three ways:
311311

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

314-
2. Captured from a 3rd-party logging library: Use `auto.log[...]` format.
314+
2. Captured from a logging library: Use `auto.log[...]` format.
315315
```json
316316
{ "sentry.origin": "auto.log.serilog" }
317317
```

0 commit comments

Comments
 (0)