Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
export
interface
OfflineStore {
15
push(env: Envelope): Promise<void>;
16
unshift(env: Envelope): Promise<void>;
17
shift(): Promise<Envelope | undefined>;
18
}
Callers
15
.size-limit.js
File · 0.80
registerModule
Function · 0.80
rollup.bundle.config.mjs
File · 0.80
queue
Function · 0.80
loader.js
File · 0.80
browsersession.test.ts
File · 0.80
getMockClient
Function · 0.80
browserTracingIntegration.test.ts
File · 0.80
fetch.test.ts
File · 0.80
init
Function · 0.80
setup
Function · 0.80
convertToContinuousProfile
Function · 0.80
Calls
no outgoing calls
Tested by
15
getMockClient
Function · 0.64
createTestDir
Function · 0.64
setupOnce
Function · 0.64
warn
Function · 0.64
makeMockRequest
Function · 0.64
makeMockResponse
Function · 0.64
setSDKProcessingMetadata
Function · 0.64
captureException
Function · 0.64
setSDKProcessingMetadata
Function · 0.64
warn
Function · 0.64
setTransactionName
Function · 0.64
startSpanManual
Function · 0.64