Skip to content

Commit

Permalink
[RUMF-783] Add view.custom_timings (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
webNeat authored Jan 8, 2021
1 parent e9f5cba commit f59022e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/view.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"dom_content_loaded": 951715000,
"dom_interactive": 906695000,
"load_event": 2154370000,
"custom_timings": {
"user-timing": 2154570000
},
"action": {
"count": 0
},
Expand Down
10 changes: 10 additions & 0 deletions schemas/view-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@
"minimum": 0,
"readOnly": true
},
"custom_timings": {
"type": "object",
"description": "User custom timings of the view",
"additionalProperties": {
"type": "integer",
"minimum": 0,
"readOnly": true
},
"readOnly": true
},
"is_active": {
"type": "boolean",
"description": "Whether the View corresponding to this event is considered active",
Expand Down

0 comments on commit f59022e

Please sign in to comment.