sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
**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 =...
## 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...
### 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...
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...
We did some routine upgrades on 5/24:  This was later on a Friday. When our weekday traffic picked up next week, we noticed an...
> - 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...