We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
user_agent
1 parent d44f7d2 commit 9946ff1Copy full SHA for 9946ff1
develop-docs/sdk/data-model/event-payloads/contexts.mdx
@@ -402,6 +402,12 @@ The `type` and default key is `"browser"`.
402
403
: _Optional_. Version string of the browser.
404
405
+`user_agent`
406
+
407
+: _Optional_. The user agent of the browser. If this is set, `name` may also be omitted (as it will be derived from the user agent).
408
409
+- Example: `"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36"`
410
411
## GPU Context
412
413
GPU context describes the GPU of the device.
0 commit comments