MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / _trackINP

Function _trackINP

packages/browser-utils/src/metrics/inp.ts:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 * exported only for testing
88 */
89export function _trackINP(): () => void {
90 return addInpInstrumentationHandler(_onInp);
91}
92
93/**
94 * exported only for testing

Callers 2

inpt.test.tsFile · 0.90
startTrackingINPFunction · 0.85

Calls 1

Tested by

no test coverage detected