sentry-ruby icon indicating copy to clipboard operation
sentry-ruby copied to clipboard

Sentry SDK for Ruby

Results 191 sentry-ruby issues
Sort by recently updated
recently updated
newest added

**Describe the idea** The idea is to allow us to set custom status code for when a exception occurs during a transaction, something like ```ruby Sentry.init do |config| config.exception_status_code =...

sentry-rails
Improvement
Ruby

## Description This just fixes small typos.

Is there any ETA on Queues tracking for ActiveJob? We would love to try the feature, but I really don't want to write an integration when we know it is...

active_job
sentry-sidekiq
sentry-delayed_job
sentry-resque
Feature
Ruby

### Issue Description At https://github.com/search?q=repo%3Agetsentry%2Fsentry-ruby+valid_sample_rate&type=code, setting `sample_rate` to 0 does not work. ### Reproduction Steps This was reported to us by a downstream user of the SDK. ### Expected Behavior...

needs-repro
Waiting for: Community

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). 6.2.2 Bug fixes Backported 00c425ec to the...

dependencies

We did some routine upgrades on 5/24: ![CleanShot 2024-06-04 at 16 34 03@2x](https://github.com/getsentry/sentry-ruby/assets/739696/b08807d6-e9ce-4130-8207-09359975f2ff) This was later on a Friday. When our weekday traffic picked up next week, we noticed an...

question
tracing
Waiting for: Community

> - Finally, please add an entry to the corresponding changelog I'm not sure should I add an entry to the changelogs, and each of them or just one. ##...

## Description Implement child spans for ActiveSupport cache according to https://docs.sentry.io/platforms/ruby/tracing/instrumentation/custom-instrumentation/caches-module/ Todo: - [x] Specs

### Issue Description In my server logs (but not in Sentry), I found another `NoMethodError`: This time, `rails` was called on `nil`. Stack Trace of the Issue ``` NoMethodError (undefined...

Type: Bug
sentry-rails