Want to instrument custom metrics in Sentry without diving into the docs every time? This skill handles the setup for counters, gauges, and distributions across your codebase. It knows the API patterns for both JavaScript and Python SDKs, though you'll want to verify against the latest docs since SDK versions and APIs do shift. At 186 installs and official Sentry backing, it's a straightforward addition if you're already using Sentry and need to track custom application metrics beyond the standard error monitoring. Saves you from remembering whether it's Sentry.metrics or sentry_sdk.metrics for your particular stack.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-setup-metrics