Skip to content

Commit 8d4151f

Browse files
Lms24AbhiPrasad
andauthored
Update packages/browser-utils/src/metrics/cls.ts
Co-authored-by: Abhijeet Prasad <[email protected]>
1 parent 8cafc05 commit 8d4151f

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-utils/src/metrics

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function sendStandaloneClsSpan(clsValue: number, entry: LayoutShift | undefined,
109109
[SEMANTIC_ATTRIBUTE_SENTRY_MEASUREMENT_VALUE]: clsValue,
110110
});
111111

112-
// LayoutShift performance entries always have a duration of 0, so we don't need to add `enntry.duration` here
112+
// LayoutShift performance entries always have a duration of 0, so we don't need to add `entry.duration` here
113113
// see: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/duration
114114
span?.end(startTime);
115115
}

0 commit comments

Comments
 (0)