feat(chalice): support search for mouse_thrashing issues
This commit is contained in:
parent
6565d0fb54
commit
43d612e100
1 changed files with 1 additions and 0 deletions
|
|
@ -500,6 +500,7 @@ class IssueType(str, Enum):
|
|||
crash = 'crash'
|
||||
custom = 'custom'
|
||||
js_exception = 'js_exception'
|
||||
mouse_thrashing = 'mouse_thrashing'
|
||||
|
||||
|
||||
class MetricFormatType(str, Enum):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue