·sentry-setup-logging
</>

sentry-setup-logging

getsentry/agent-skills

Setup Sentry Logging in any project. Use when asked to add Sentry logs, enable structured logging, capture console logs, or integrate logging libraries (Pino, Winston, Loguru) with Sentry. Supports JavaScript, Python, and Ruby.

19Installs·0Trend·@getsentry

Installation

$npx skills add https://github.com/getsentry/agent-skills --skill sentry-setup-logging

SKILL.md

| Platform | Min SDK | Enable Flag | Logger API |

| JavaScript | 9.41.0+ | enableLogs: true | Sentry.logger. | | Python | 2.35.0+ | enablelogs=True | sentrysdk.logger. | | Ruby | 5.24.0+ | config.enablelogs = true | Sentry.logger. |

| Pino | Sentry.pinoIntegration() | 10.18.0+ | | Winston | Sentry.createSentryWinstonTransport() | 9.13.0+ | | Consola | Sentry.createConsolaReporter() | 10.12.0+ |

Setup Sentry Logging in any project. Use when asked to add Sentry logs, enable structured logging, capture console logs, or integrate logging libraries (Pino, Winston, Loguru) with Sentry. Supports JavaScript, Python, and Ruby. Source: getsentry/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/getsentry/agent-skills --skill sentry-setup-logging
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is sentry-setup-logging?

Setup Sentry Logging in any project. Use when asked to add Sentry logs, enable structured logging, capture console logs, or integrate logging libraries (Pino, Winston, Loguru) with Sentry. Supports JavaScript, Python, and Ruby. Source: getsentry/agent-skills.

How do I install sentry-setup-logging?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/getsentry/agent-skills --skill sentry-setup-logging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/getsentry/agent-skills