MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / browserPerformanceTimeOrigin

Function browserPerformanceTimeOrigin

packages/core/src/utils/time.ts:134–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 * performance API is available.
133 */
134export function browserPerformanceTimeOrigin(): number | undefined {
135 if (cachedTimeOrigin === null) {
136 cachedTimeOrigin = getBrowserTimeOrigin();
137 }
138
139 return cachedTimeOrigin;
140}

Callers 15

afterAllSetupFunction · 0.90
_instrumentInitialLoadFunction · 0.90
setupFunction · 0.90
getAbsoluteTimeFunction · 0.90
startTrackingWebVitalsFunction · 0.90
startTrackingLongTasksFunction · 0.90
addPerformanceEntriesFunction · 0.90

Calls 1

getBrowserTimeOriginFunction · 0.85

Tested by

no test coverage detected