MCPcopy 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 */
149export function msToSec(time: number): number {
150 return time / 1000;
151}
152
153/**
154 * Converts ALPN protocol ids to name and version.

Callers 15

startTrackingLongTasksFunction · 0.90
addPerformanceEntriesFunction · 0.90
addWebVitalsToSpanFunction · 0.90
_addMeasureSpansFunction · 0.90
_addRequestFunction · 0.90
_sendLcpSpanFunction · 0.90
_sendClsSpanFunction · 0.90
onInpFunction · 0.90
_sendInpSpanFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected