You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/telemetry/logs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ Logs can be generated in three ways:
311
311
312
312
1. User calls Sentry’s Logging API directly: No `sentry.origin`.
313
313
314
-
2. Captured from a logging library: Use `auto.log.<name>` format. where <name> is the relevant integration. For example, the .NET Serilog library emits:
314
+
2. Captured from a logging library: Use `auto.log.<name>` format. where `<name>` is the relevant integration. For example, the .NET Serilog library emits:
0 commit comments