Skip to content

Commit 1b32bc5

Browse files
committed
formatting fix for metric-summary
1 parent cd35c52 commit 1b32bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/metrics/metric-summary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function getMetricSummaryJsonForSpan(span: Span): Record<string, Array<Me
3232
if (!output[exportKey]) {
3333
output[exportKey] = [];
3434
}
35-
35+
3636
output[exportKey].push(dropUndefinedKeys(summary));
3737
}
3838

0 commit comments

Comments
 (0)