Skip to content

Commit b8ba535

Browse files
authored
ref(dashboards): Remove span.op global filter from Screen Rendering (#111386)
1 parent 515d854 commit b8ba535

File tree

1 file changed

+0
-9
lines changed
  • static/app/views/dashboards/utils/prebuiltConfigs/mobileVitals

1 file changed

+0
-9
lines changed

static/app/views/dashboards/utils/prebuiltConfigs/mobileVitals/screenLoads.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -326,15 +326,6 @@ export const MOBILE_VITALS_SCREEN_LOADS_PREBUILT_CONFIG: PrebuiltDashboard = {
326326
},
327327
value: '',
328328
},
329-
{
330-
dataset: WidgetType.SPANS,
331-
tag: {
332-
key: SpanFields.SPAN_OP,
333-
name: SpanFields.SPAN_OP,
334-
kind: FieldKind.TAG,
335-
},
336-
value: '',
337-
},
338329
],
339330
},
340331
onboarding: {type: 'module', moduleName: ModuleName.SCREEN_LOAD},

0 commit comments

Comments
 (0)