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

Function wait

packages/profiling-node/test/integration.test.ts:99–99  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

97}
98
99const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms));
100
101describe('ProfilingIntegration', () => {
102 describe('legacy automated span instrumentation', () => {

Callers 1

Calls 1

setTimeoutFunction · 0.85

Tested by

no test coverage detected