Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
99
const
wait = (ms: number) =>
new
Promise(resolve => setTimeout(resolve, ms));
100
101
describe(
'ProfilingIntegration'
, () => {
102
describe(
'legacy automated span instrumentation'
, () => {
Callers
1
integration.test.ts
File · 0.70
Calls
1
setTimeout
Function · 0.85
Tested by
no test coverage detected