Skip to content

Commit

Permalink
[RUMF-1277] rename frustration types (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer authored May 23, 2022
1 parent f835296 commit d09b33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/rum/action.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"count": 1
},
"frustration": {
"type": ["rage"]
"type": ["rage_click"]
}
},
"_dd": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/rum/action-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"readOnly": true,
"items": {
"type": "string",
"enum": ["rage", "dead", "error"]
"enum": ["rage_click", "dead_click", "error_click"]
}
}
},
Expand Down

0 comments on commit d09b33d

Please sign in to comment.