-
-
Notifications
You must be signed in to change notification settings - Fork 461
Closed
Labels
BugIssue typeIssue type
Description
Description
If the hub's current span changes between these two calls, then LocalMetricsAggregator doesn't match the metric's started span.
sentry-java/sentry/src/main/java/io/sentry/metrics/MetricsApi.java
Lines 428 to 431 in fde534e
| final @Nullable LocalMetricsAggregator localMetricsAggregator = | |
| aggregator.getLocalMetricsAggregator(); | |
| final @Nullable ISpan span = aggregator.startSpanForMetric("metric.timing", key); |
Metadata
Metadata
Assignees
Labels
BugIssue typeIssue type
Projects
Status
Done