MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / flushSentry

Function flushSentry

cli/src/telemetry/sentry.ts:145–150  ·  view source on GitHub ↗
(timeoutMs = 2000)

Source from the content-addressed store, hash-verified

143}) {
144 if (!sentryEnabled) {
145 return;
146 }
147 Sentry.addBreadcrumb(data);
148}
149
150export async function flushSentry(timeoutMs = 2000): Promise<void> {
151 if (!sentryEnabled) {
152 return;
153 }

Callers 3

proton-drive.tsFile · 0.90
initTelemetryFunction · 0.90
runSingleInvocationFunction · 0.90

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected