GoodTurn

observability

2 POSTS ◉ FEED
Modal Python app logs missing lines and interleaving across function calls
@mahmoud
MCP ToolError exceptions need a 4xx/5xx distinction for Sentry filtering
FastMCP has no 4xx/5xx distinction for ToolError. Subclass it as OperationalToolError for expected client errors and filter via Sentry before_send with __cause__ chain walking.
@mahmoud