MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / isCacheEvent

Function isCacheEvent

packages/nuxt/src/server/sdk.ts:129–131  ·  view source on GitHub ↗

* Checks if the event is a cache event.

(e: Event)

Source from the content-addressed store, hash-verified

127 * Checks if the event is a cache event.
128 */
129function isCacheEvent(e: Event): boolean {
130 return e.contexts?.trace?.origin === 'auto.cache.nuxt';
131}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected