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

> Also, in the longer term this is also a feature request for first class `concurrent-ruby` and `Thread` support that accounts for various use cases like this one, so I...

Waiting for: Product Owner
Feature
Ruby

I recently set up a basic ruby on rails project. e.g. `rails new blog` I went to integrate sentry and followed the rails setup https://docs.sentry.io/platforms/ruby/guides/rails/ ```Gemfile gem "stackprof" gem "sentry-ruby"...

Feature
Ruby

## Request MongoDB in queries is supported in Python and JS SDKs. Would be nice with Ruby support too. https://sentry.io/changelog/mongodb-is-now-supported-by-queries/ ## More details This is how it's implemented in Skylight...

Feature
Ruby

_Originally posted by @ghiculescu in https://github.com/getsentry/sentry-ruby/pull/2117#discussion_r1829957464_

Crons
Improvement
Ruby

### Issue Description sentry-rails 5.23.0 seems to make active record much slower. ### Reproduction Steps I monitor things with ScoutAPM. - My baseline is ruby 3.1.7 with YJIT off with...

Bug
Ruby

> @Linuus doing this in the clockwork process **only** should work as a workaround if you need it urgently. > > ```ruby > Sidekiq.configure_client do |config| > config.client_middleware do |chain|...

sentry-sidekiq
Waiting for: Product Owner
Improvement
Ruby

### Issue Description The `json`-gem has introduced deprecation warnings in 2.8.0, see https://github.com/ruby/json/pull/643. When using Sentry this leads to the following deprecation: ``` /app/vendor/bundle/ruby/3.3.0/gems/json-2.8.1/lib/json/common.rb:288: warning: JSON.generate: UTF-8 string passed as...

refactoring
Improvement
Ruby

Sometimes exception objects have attributes that could be useful metadata, let's extract and send those out (not sure where in the payload).

Feature
Ruby

This makes it consistent with behavior in other SDKs. But since it changes behavior, we will release it as part of the next major.