From 43d612e10039d029d4c3b547680690d6faf67e42 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Tue, 28 Mar 2023 15:46:10 +0100 Subject: [PATCH] feat(chalice): support search for mouse_thrashing issues --- api/schemas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/schemas.py b/api/schemas.py index 5cae3a31a..992729870 100644 --- a/api/schemas.py +++ b/api/schemas.py @@ -500,6 +500,7 @@ class IssueType(str, Enum): crash = 'crash' custom = 'custom' js_exception = 'js_exception' + mouse_thrashing = 'mouse_thrashing' class MetricFormatType(str, Enum):