Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ msToSec
Function
msToSec
packages/browser-utils/src/metrics/utils.ts:149–151 ·
view source on GitHub ↗
(time: number)
Source
from the content-addressed store, hash-verified
147
* @param time time in ms
148
*/
149
export
function
msToSec(time: number): number {
150
return
time / 1000;
151
}
152
153
/**
154
* Converts ALPN protocol ids to name and version.
Callers
15
startTrackingLongTasks
Function · 0.90
startTrackingLongAnimationFrames
Function · 0.90
startTrackingInteractions
Function · 0.90
addPerformanceEntries
Function · 0.90
addWebVitalsToSpan
Function · 0.90
_addMeasureSpans
Function · 0.90
_addPerformanceNavigationTiming
Function · 0.90
_addRequest
Function · 0.90
_sendLcpSpan
Function · 0.90
_sendClsSpan
Function · 0.90
onInp
Function · 0.90
_sendInpSpan
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected