Logging And Error Reporting

How and when to log (log::* levels, safe_* macros) and report errors to Sentry (report_error!) in the Warp codebase. Use when adding or reviewing any logging or error reporting — picking a log level, deciding log vs. report_error!, keeping sensitive data out of logs, or surfacing an error to Sentry.

liueggy 6eae4a8 22.1 KB Updated

File contents

liueggy/warp-zh-cn/tree/main/.agents/skills/logging-and-error-reporting commit 6eae4a8d59

Frequently asked questions

npx skillmds@latest add liueggy/logging-and-error-reporting