Skip to content
Prev Previous commit
Next Next commit
fix <name> being recognized as JSX in the docs
  • Loading branch information
alexsohn1126 committed Oct 3, 2025
commit 82516ee587168b163983d618be74b6b8c32d8361
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 logging library: Use `auto.log.<name>` format. where <name> is the relevant integration. For example, the .NET Serilog library emits:
2. Captured from a logging library: Use `auto.log.<name>` format. where `<name>` is the relevant integration. For example, the .NET Serilog library emits:
```json
{ "sentry.origin": "auto.log.serilog" }
```
Expand Down
Loading