We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3736db1 commit 58dca66Copy full SHA for 58dca66
packages/core/src/utils/spanUtils.ts
@@ -89,6 +89,7 @@ export function spanTimeInputToSeconds(input: SpanTimeInput | undefined): number
89
return ensureTimestampInSeconds(input);
90
}
91
92
+ // FORCE ALL CI TO RUN!!!
93
if (Array.isArray(input)) {
94
// See {@link HrTime} for the array-based time format
95
return input[0] + input[1] / 1e9;
0 commit comments