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

Method shift

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

Source from the content-addressed store, hash-verified

15 push(env: Envelope): Promise<void>;
16 unshift(env: Envelope): Promise<void>;
17 shift(): Promise<Envelope | undefined>;
18}
19
20export type CreateOfflineStore = (options: OfflineTransportOptions) => OfflineStore;

Callers 15

createTestTransportFunction · 0.80
setNavigationContextFunction · 0.80
createTestTransportFunction · 0.80
createTestStoreFunction · 0.80
createTestTransportFunction · 0.80
flushInFunction · 0.80
ondataFunction · 0.80
workerFunction · 0.80
handleEntriesFunction · 0.80
flushOneMethod · 0.80
newEnvelopeFunction · 0.80

Calls

no outgoing calls

Tested by 5

createTestTransportFunction · 0.64
createTestTransportFunction · 0.64
createTestStoreFunction · 0.64
createTestTransportFunction · 0.64
flushOneMethod · 0.64