Skip to content

Commit e2332c7

Browse files
committed
fix dodgy merge
1 parent c7226d9 commit e2332c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/browser-utils/src/metrics/browserMetrics.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ export function addPerformanceEntries(span: Span, options: AddPerformanceEntries
311311

312312
const { op, start_timestamp: transactionStartTime } = spanToJSON(span);
313313

314+
performanceEntries.slice(_performanceCursor).forEach(entry => {
314315
const startTime = msToSec(entry.startTime);
315316
const duration = msToSec(
316317
// Inexplicably, Chrome sometimes emits a negative duration. We need to work around this.

0 commit comments

Comments
 (0)