Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ _clearOutcomes
Method
_clearOutcomes
packages/core/test/mocks/client.ts:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
90
// Public proxy for protected method
91
public _clearOutcomes(): Outcome[] {
92
return
super._clearOutcomes();
93
}
94
}
95
96
export
function
init(options: TestClientOptions): void {
Callers
2
client.test.ts
File · 0.80
_flushOutcomes
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected