Browse Source

fix(trace): switch on multiple browser roots (#71753)

We introduced a new type without adding it to the switch case
Jonas 9 months ago
parent
commit
c0f1929cf3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/views/performance/newTraceDetails/index.tsx

+ 1 - 0
static/app/views/performance/newTraceDetails/index.tsx

@@ -95,6 +95,7 @@ function logTraceType(type: TraceType, organization: Organization) {
     case TraceType.ONE_ROOT:
     case TraceType.NO_ROOT:
     case TraceType.ONLY_ERRORS:
+    case TraceType.BROWSER_MULTIPLE_ROOTS:
       traceAnalytics.trackTraceShape(type, organization);
       break;
     default: {