Merge remote-tracking branch 'origin/api-v1.11.0' into dev

This commit is contained in:
Taha Yassine Kraiem 2023-03-28 15:47:16 +01:00
commit c183718d68

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):