Skip to content

Commit 4aa6f9e

Browse files
committed
better comment
1 parent 4f12b37 commit 4aa6f9e

File tree

1 file changed

+1
-1
lines changed
  • packages/tracing-internal/src/browser/web-vitals

1 file changed

+1
-1
lines changed

packages/tracing-internal/src/browser/web-vitals/onTTFB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { whenActivated } from './lib/whenActivated';
2323
import type { MetricRatingThresholds, ReportOpts, TTFBReportCallback } from './types';
2424

2525
/** Thresholds for TTFB. See https://web.dev/articles/ttfb#what_is_a_good_ttfb_score */
26-
// NOTE (Sentry): We use a lower threshold here than web-vitals
26+
// NOTE (Sentry): We use a lower threshold here than web-vitals, which uses [800, 1800]
2727
export const TTFBThresholds: MetricRatingThresholds = [0, 1800];
2828

2929
/**

0 commit comments

Comments
 (0)