Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ sendSession
Method
sendSession
packages/core/test/mocks/client.ts:86–88 ·
view source on GitHub ↗
(session: Session)
Source
from the content-addressed store, hash-verified
84
}
85
86
public sendSession(session: Session): void {
87
this.session = session;
88
}
89
90
// Public proxy for protected method
91
public _clearOutcomes(): Outcome[] {
Callers
2
captureSession
Function · 0.45
flushPendingClientAggregates
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected