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

Function workerEvent

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

Source from the content-addressed store, hash-verified

17});
18
19const workerEvent = (hash: string): GroupingEvent => ({
20 culprit: `timeoutOrElse(execution-rate-limit-${hash})`,
21 exception: {
22 values: [
23 {
24 type: "GateCheckTimeoutError",
25 value: "balance check timed out",
26 stacktrace: { frames: [workerFrame(hash)] },
27 },
28 ],
29 },
30});
31
32test("stripContentHashes rewrites chunk hashes and leaves everything else alone", () => {
33 expect(stripContentHashes("/assets/execution-rate-limit-BAuwphPA.js")).toBe(

Callers 1

Calls 1

workerFrameFunction · 0.85

Tested by

no test coverage detected