MCPcopy Create free account
hub / github.com/jetify-com/devbox / bufferSentryEvent

Function bufferSentryEvent

internal/telemetry/sentry.go:189–191  ·  view source on GitHub ↗

bufferSentryEvent buffers a Sentry event to disk so that Report can upload it later.

(event *sentry.Event)

Source from the content-addressed store, hash-verified

187// bufferSentryEvent buffers a Sentry event to disk so that Report can upload it
188// later.
189func bufferSentryEvent(event *sentry.Event) {
190 bufferEvent(filepath.Join(sentryBufferDir, string(event.EventID)+".json"), event)
191}

Callers 1

ErrorFunction · 0.85

Calls 1

bufferEventFunction · 0.85

Tested by

no test coverage detected