Skip to content
2 changes: 1 addition & 1 deletion src/sentry/projectoptions/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
1: {
"span_ops": {
"type": "spanOperations",
"matches": ["http", "db", "browser", "resource"],
"matches": ["http", "db", "browser", "resource", "ui"],
}
},
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2022-04-20T13:21:41.749597Z'
created: '2022-06-29T14:13:27.057078Z'
creator: sentry
source: tests/sentry/relay/test_config.py
---
Expand All @@ -10,6 +10,7 @@ breakdownsV2:
- db
- browser
- resource
- ui
type: spanOperations
metricConditionalTagging:
- condition:
Expand Down Expand Up @@ -883,3 +884,4 @@ transactionMetrics:
- d:transactions/breakdowns.ops.db
- d:transactions/breakdowns.ops.browser
- d:transactions/breakdowns.ops.resource
- d:transactions/breakdowns.ops.ui
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ breakdownsV2:
- db
- browser
- resource
- ui
type: spanOperations
metricConditionalTagging: null
transactionMetrics: null