Skip to content

Commit

Permalink
fix: make device.type a string (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jboix authored Nov 7, 2024
1 parent 6b50a2c commit 5026ab3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/specifications/monitoring/MONITORING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ The `browser` JSON data dictionary supports the following keys:

The `device` JSON data dictionary supports the following keys:

| Field | Description | Format | Examples |
|---------|----------------------------------------------|------------------------------------------------------|----------------------------------------|
| `id` | A unique anonymous identifier for the device | String | `105124c0-fa84-4028-908e-618f2402d46f` |
| `model` | The device model | String | `iPhone15.7`, `Samsung Galaxy S24` |
| `type` | The device type | `Car`, `Desktop`, `Headset`, `Phone`, `Tablet`, `TV` | `Phone` |
| Field | Description | Format | Examples |
|---------|----------------------------------------------|--------|-----------------------------------------------------------|
| `id` | A unique anonymous identifier for the device | String | `105124c0-fa84-4028-908e-618f2402d46f` |
| `model` | The device model | String | `iPhone15.7`, `Samsung Galaxy S24` |
| `type` | The device type | String | `Car`, `Desktop`, `Headset`, `Phone`, `Tablet`, `TV`, ... |

### Media

Expand Down

0 comments on commit 5026ab3

Please sign in to comment.