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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,7 @@ By default the SDK should set the following attributes:
273
273
5.`sentry.trace.parent_span_id`: The span id of the span that was active when the log was collected. This should not be set if there was no active span.
274
274
6.`sentry.sdk.name`: The name of the SDK that sent the log
275
275
7.`sentry.sdk.version`: The version of the SDK that sent the log
276
+
8.[BACKEND SDKS ONLY]`server.address`: The address of the server that sent the log. Equivalent to `server_name` we attach to errors and transactions.
0 commit comments