Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
89
export
function
_trackINP(): () => void {
90
return
addInpInstrumentationHandler(_onInp);
91
}
92
93
/**
94
* exported only
for
testing
Callers
2
inpt.test.ts
File · 0.90
startTrackingINP
Function · 0.85
Calls
1
addInpInstrumentationHandler
Function · 0.90
Tested by
no test coverage detected