Skip to content

Commit ad07d1e

Browse files
iker-barriocanalJonasBa
authored andcommitted
ref(projconfig): Fix typo in instrumentation in span op (#67035)
1 parent 844dfbf commit ad07d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/relay/config/metric_extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def get_metric_extraction_config(project: Project) -> MetricExtractionConfig | N
107107

108108
with sentry_sdk.start_span(op="get_alert_metric_specs"):
109109
alert_specs = _get_alert_metric_specs(project, enabled_features, prefilling)
110-
with sentry_sdk.start_span(op="get_alert_metric_specs"):
110+
with sentry_sdk.start_span(op="get_widget_metric_specs"):
111111
widget_specs = _get_widget_metric_specs(project, enabled_features, prefilling)
112112

113113
with sentry_sdk.start_span(op="merge_metric_specs"):

0 commit comments

Comments
 (0)