Logging Observability

Review code for correct logging and error handling patterns. Use when reviewing code that handles errors, uses logging functions, or captures exceptions. Enforces the error hierarchy where 4xx errors are never logged to Sentry and 5xx errors always are. Trigger phrases include "review logging", "check error handling", "audit observability", or verify correct use of logIssue vs logError.

Sentry Updated 845 repo stars

File contents

getsentry/sentry-mcp/tree/main/.agents/skills/logging-observability commit 56d551374d

Frequently asked questions

npx skillmds@latest add getsentry/logging-observability