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 96dfccc commit faf3061Copy full SHA for faf3061
packages/browser-utils/src/metrics/browserMetrics.ts
@@ -344,7 +344,7 @@ export function _addMeasureSpans(
344
): number {
345
const navEntry = getNavigationEntry();
346
const requestTime = msToSec(navEntry ? navEntry.requestStart : 0);
347
- // Because performance.measure accepts arbtirary timestamps it can produce
+ // Because performance.measure accepts arbitrary timestamps it can produce
348
// spans that happen before the browser even makes a request for the page.
349
//
350
// An example of this is the automatically generated Next.js-before-hydration
0 commit comments