feat(chalice): support search for mouse_thrashing issues

This commit is contained in:
Taha Yassine Kraiem 2023-03-28 15:46:10 +01:00
parent 6565d0fb54
commit 43d612e100

View file

@ -500,6 +500,7 @@ class IssueType(str, Enum):
crash = 'crash'
custom = 'custom'
js_exception = 'js_exception'
mouse_thrashing = 'mouse_thrashing'
class MetricFormatType(str, Enum):