MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / handleError

Function handleError

apps/webapp/app/entry.server.tsx:167–169  ·  view source on GitHub ↗
(error: unknown, { request, params, context }: DataFunctionArgs)

Source from the content-addressed store, hash-verified

165}
166
167export function handleError(error: unknown, { request, params, context }: DataFunctionArgs) {
168 logError(error, request);
169}
170
171Worker.init().catch((error) => {
172 logError(error);

Callers

nothing calls this directly

Calls 1

logErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…