Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ add
Method
add
packages/core/src/utils/promisebuffer.ts:8–8 ·
view source on GitHub ↗
(taskProducer: () => PromiseLike<T>)
Source
from the content-addressed store, hash-verified
6
// XXX: this really should not be public api.
7
$: PromiseLike<T>[];
8
add(taskProducer: () => PromiseLike<T>): PromiseLike<T>;
9
drain(timeout?: number): PromiseLike<boolean>;
10
}
11
Callers
15
normalizeStringifyValue.test.ts
File · 0.65
_registerTraceRootSpan
Method · 0.65
startProfileForSpan
Function · 0.65
setup
Function · 0.65
recurse
Function · 0.65
trackLazyRouteLoad
Function · 0.65
processResolvedRoutes
Function · 0.65
afterAllSetup
Function · 0.65
addRoutesToAllRoutes
Function · 0.65
getChildRoutesRecursively
Function · 0.65
withElysia
Function · 0.65
findSentryProfilerBinaries
Function · 0.65
Implementers
3
SpanBuffer
packages/core/src/tracing/spans/spanBu
IsolatedPromiseBuffer
packages/vercel-edge/src/transports/in
IsolatedPromiseBuffer
packages/cloudflare/src/transport.ts
Calls
no outgoing calls
Tested by
1
addEventListener
Method · 0.52