Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
export
type
CreateOfflineStore = (options: OfflineTransportOptions) => OfflineStore;
Callers
15
createTestTransport
Function · 0.80
setNavigationContext
Function · 0.80
createTestTransport
Function · 0.80
createTestStore
Function · 0.80
createTestTransport
Function · 0.80
_INTERNAL_insertToFlagBuffer
Function · 0.80
flushIn
Function · 0.80
ondata
Function · 0.80
worker
Function · 0.80
handleEntries
Function · 0.80
flushOne
Method · 0.80
newEnvelope
Function · 0.80
Calls
no outgoing calls
Tested by
5
createTestTransport
Function · 0.64
createTestTransport
Function · 0.64
createTestStore
Function · 0.64
createTestTransport
Function · 0.64
flushOne
Method · 0.64