·sentry-ruby-setup
</>

sentry-ruby-setup

getsentry/agent-skills

Setup Sentry in Ruby apps. Use when asked to add Sentry to Ruby, install sentry-ruby gem, or configure error monitoring for Ruby applications or Rails.

14Installs·1Trend·@getsentry

Installation

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

SKILL.md

| dsn | Sentry DSN | Required | | senddefaultpii | Include user data | false | | tracessamplerate | % of transactions traced | 0 | | profilessamplerate | % of traces profiled | 0 | | enablelogs | Send logs to Sentry | false | | environment | Environment name | Auto-detected | | release | Release version | Auto-detected |

| :sentrylogger | Sentry's own logger | | :httplogger | HTTP request breadcrumbs | | :activesupportlogger | Rails ActiveSupport (Rails only) |

| Errors not appearing | Ensure Sentry.init called early, check DSN | | No traces | Set tracessamplerate > 0 | | No profiles | Add stackprof gem, set profilessamplerate | | Rails errors missing | Use sentry-rails gem instead of sentry-ruby |

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-ruby-setup
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is sentry-ruby-setup?

Setup Sentry in Ruby apps. Use when asked to add Sentry to Ruby, install sentry-ruby gem, or configure error monitoring for Ruby applications or Rails. Source: getsentry/agent-skills.

How do I install sentry-ruby-setup?

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-ruby-setup 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