-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added section for browsers, clarified device as client-side only
- Loading branch information
Martin Kuba
committed
Nov 10, 2021
1 parent
480a19d
commit 353a872
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Browser | ||
|
||
**Status**: [Experimental](../../document-status.md) | ||
|
||
**type:** `browser` | ||
|
||
**Description**: The web browser in which the application represented by the resource is running. The `browser.*` attributes MUST be used only for resources that represent client-side devices - the presence of these attributes can be used to identify client-side telemetry. | ||
|
||
<!-- semconv device --> | ||
| Attribute | Type | Description | Examples | Required | | ||
|---|---|---|---|---| | ||
| `browser.name` | string | The web browser name | `Chrome` | No | | ||
| `browser.version` | string | The web browser version | `90` | No | | ||
| `browser.platform` | string | The operating system | `Windows` | No | | ||
| `browser.mobile` | boolean | Flag indicating a mobile device | | No | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters