MCPcopy 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
96export function init(options: TestClientOptions): void {

Callers 2

client.test.tsFile · 0.80
_flushOutcomesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected