Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Cause, Effect, Option, Predicate, Result } from
"effect"
;
2
import
{ HttpRouter, HttpServerRequest } from
"effect/unstable/http"
;
3
4
const
MAX_LOGGED_CAUSE_CHARS = 4_000;
Callers
nothing calls this directly
Calls
2
logApiErrorCause
Function · 0.85
sync
Method · 0.65
Tested by
no test coverage detected