Skip to content

Commit

Permalink
ref(projconfig): Fix typo in instrumentation in span op (#67035)
Browse files Browse the repository at this point in the history
  • Loading branch information
iker-barriocanal authored and JonasBa committed Mar 17, 2024
1 parent 844dfbf commit ad07d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/relay/config/metric_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_metric_extraction_config(project: Project) -> MetricExtractionConfig | N

with sentry_sdk.start_span(op="get_alert_metric_specs"):
alert_specs = _get_alert_metric_specs(project, enabled_features, prefilling)
with sentry_sdk.start_span(op="get_alert_metric_specs"):
with sentry_sdk.start_span(op="get_widget_metric_specs"):
widget_specs = _get_widget_metric_specs(project, enabled_features, prefilling)

with sentry_sdk.start_span(op="merge_metric_specs"):
Expand Down

0 comments on commit ad07d1e

Please sign in to comment.