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 039b61d commit 931e3a3Copy full SHA for 931e3a3
packages/browser-utils/src/metrics/browserMetrics.ts
@@ -157,7 +157,7 @@ export function startTrackingLongAnimationFrames(): void {
157
const { start_timestamp: parentStartTimestamp, op: parentOp } = spanToJSON(parent);
158
159
if (parentOp === 'navigation' && parentStartTimestamp && startTime < parentStartTimestamp) {
160
- // Skip adding the span if the long task started before the navigation started.
+ // Skip adding the span if the long animation frame started before the navigation started.
161
// `startAndEndSpan` will otherwise adjust the parent's start time to the span's start
162
// time, potentially skewing the duration of the actual navigation as reported via our
163
// routing instrumentations
0 commit comments