MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / push

Method push

packages/core/src/transports/offline.ts:15–15  ·  view source on GitHub ↗
(env: Envelope)

Source from the content-addressed store, hash-verified

13
14export interface OfflineStore {
15 push(env: Envelope): Promise<void>;
16 unshift(env: Envelope): Promise<void>;
17 shift(): Promise<Envelope | undefined>;
18}

Callers 15

.size-limit.jsFile · 0.80
registerModuleFunction · 0.80
queueFunction · 0.80
loader.jsFile · 0.80
getMockClientFunction · 0.80
fetch.test.tsFile · 0.80
initFunction · 0.80
setupFunction · 0.80

Calls

no outgoing calls

Tested by 15

getMockClientFunction · 0.64
createTestDirFunction · 0.64
setupOnceFunction · 0.64
warnFunction · 0.64
makeMockRequestFunction · 0.64
makeMockResponseFunction · 0.64
setSDKProcessingMetadataFunction · 0.64
captureExceptionFunction · 0.64
setSDKProcessingMetadataFunction · 0.64
warnFunction · 0.64
setTransactionNameFunction · 0.64
startSpanManualFunction · 0.64