Skip to content

Commit 14b68bd

Browse files
authored
Fix reporting metrics as passive/active (#1339)
1 parent d0ff883 commit 14b68bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/telemetry/telemetryEvent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export function toMetricData(array: TelemetryEvent[]): MetricDatum[] {
3535
Unit: datum.Unit,
3636
Value: datum.Value,
3737
Metadata: datum.Metadata,
38+
Passive: datum.Passive,
3839
}
3940
})
4041
)

0 commit comments

Comments
 (0)