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

Function workerFrame

packages/core/sdk/src/sentry-grouping.test.ts:12–17  ·  view source on GitHub ↗
(hash: string)

Source from the content-addressed store, hash-verified

10
11// Two builds of the same source: only the Vite content hash differs.
12const workerFrame = (hash: string) => ({
13 filename: `/assets/execution-rate-limit-${hash}.js`,
14 module: `execution-rate-limit-${hash}`,
15 function: "timeoutOrElse",
16 in_app: true,
17});
18
19const workerEvent = (hash: string): GroupingEvent => ({
20 culprit: `timeoutOrElse(execution-rate-limit-${hash})`,

Callers 2

workerEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected