Structured Error Logging

Add or review structured error logging in EdenFS daemon (C++) — the ErrorLogger / EdenErrorInfo system that feeds the edenfs_errors table. Use when writing a catch block or handling a boxed/async exception (folly::Try / exception_wrapper / .thenError), instrumenting a failure path, or debugging a wrong stack trace or wrong component. Covers throw-site trace rules, component choice, errorType, noise filtering, gating, and testing.

facebook 70a1aca 6.7 KB Updated

File contents

facebook/sapling/tree/main/eden/.llms/skills/structured-error-logging commit 70a1aca16f

Frequently asked questions

npx skillmds@latest add facebook/structured-error-logging