(hash: string)
| 10 | |
| 11 | // Two builds of the same source: only the Vite content hash differs. |
| 12 | const 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 | |
| 19 | const workerEvent = (hash: string): GroupingEvent => ({ |
| 20 | culprit: `timeoutOrElse(execution-rate-limit-${hash})`, |
no outgoing calls
no test coverage detected