MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / error-logging.ts

File error-logging.ts

apps/cloud/src/observability/error-logging.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Cause, Effect, Option, Predicate, Result } from "effect";
2import { HttpRouter, HttpServerRequest } from "effect/unstable/http";
3
4const MAX_LOGGED_CAUSE_CHARS = 4_000;

Callers

nothing calls this directly

Calls 2

logApiErrorCauseFunction · 0.85
syncMethod · 0.65

Tested by

no test coverage detected