Skip to content

Commit

Permalink
🏷️ [RUMF-1277] update rum-events-format
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed May 23, 2022
1 parent 0de509f commit b375c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rum-core/src/rumEvent.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export type RumActionEvent = CommonProperties & {
/**
* Action frustration types
*/
readonly type: ('rage' | 'dead' | 'error')[]
readonly type: ('rage_click' | 'dead_click' | 'error_click')[]
[k: string]: unknown
}
/**
Expand Down
2 changes: 1 addition & 1 deletion rum-events-format

0 comments on commit b375c8f

Please sign in to comment.