Skip to content

Commit

Permalink
fix(chalice): fixed mouse_thrashing title (openreplay#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
tahayk authored Mar 29, 2024
1 parent 218ef93 commit db059f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/chalicelib/utils/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ def get_issue_title(issue_type):
'custom': "Custom Event",
'js_exception': "Error",
'custom_event_error': "Custom Error",
'js_error': "Error"}.get(issue_type, issue_type)
'js_error': "Error",
"mouse_thrashing": "Mouse Thrashing"}.get(issue_type, issue_type)


def __progress(old_val, new_val):
Expand Down

0 comments on commit db059f2

Please sign in to comment.