MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / flush

Function flush

packages/cloudflare/src/request.ts:160–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158
159 const transform = new TransformStream({
160 flush() {
161 // Source stream completed normally.
162 endSpanOnce();
163 },
164 cancel() {
165 // Client disconnected (or downstream cancelled). The `cancel`
166 // is being called while the response is still considered

Callers 1

api.flush.tsFile · 0.90

Calls 1

endSpanOnceFunction · 0.85

Tested by

no test coverage detected