Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions schemas/rum/_view-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
"crash": {
"type": "object",
"description": "Properties of the crashes of the view",
"required": ["count"],
"properties": {
"count": {
"type": "integer",
Expand All @@ -222,6 +223,7 @@
"long_task": {
"type": "object",
"description": "Properties of the long tasks of the view",
"required": ["count"],
"properties": {
"count": {
"type": "integer",
Expand All @@ -235,6 +237,7 @@
"frozen_frame": {
"type": "object",
"description": "Properties of the frozen frames of the view",
"required": ["count"],
"properties": {
"count": {
"type": "integer",
Expand Down
Loading