MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / frameHasContentHash

Function frameHasContentHash

packages/core/sdk/src/sentry-grouping.ts:116–119  ·  view source on GitHub ↗
(frame: GroupingFrame)

Source from the content-addressed store, hash-verified

114};
115
116const frameHasContentHash = (frame: GroupingFrame): boolean =>
117 containsContentHash(frame.module ?? "") ||
118 containsContentHash(frame.filename ?? "") ||
119 containsContentHash(frame.abs_path ?? "");
120
121/**
122 * How many frames from the top of the stack enter the fingerprint. Bundlers

Callers

nothing calls this directly

Calls 1

containsContentHashFunction · 0.85

Tested by

no test coverage detected