Skip to content

Commit 9ecff07

Browse files
Update develop-docs/sdk/telemetry/logs.mdx
Co-authored-by: Philipp Hofmann <[email protected]>
1 parent 769c92d commit 9ecff07

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
@@ -327,7 +327,7 @@ If `sendDefaultPii`/`send_default_pii` is set to `true` in the SDK, the SDK shou
327327

328328
#### User Agent Parsing
329329

330-
By default, relay should parse the user agent attached to an incoming log envelope to parse `browser` and `os` information for logs. These attributes should be attached by relay, but SDKs can attach them if they do not forward a user agent when sending logs to Sentry.
330+
By default, Relay should parse the user agent attached to an incoming log envelope to parse `browser` and `os` information for logs. These attributes should be attached by Relay, but SDKs can attach them if they do not forward a user agent when sending logs to Sentry.
331331

332332
1. `browser.name`: Display name of the browser application. Maps to `name` in the [Contexts](/sdk/data-model/event-payloads/contexts/#browser-context) payload.
333333
2. `browser.version`: Version string of the browser. Maps to `version` in the [Contexts](/sdk/data-model/event-payloads/contexts/#browser-context) payload.

0 commit comments

Comments
 (0)