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** I am currently using the `include_local_variables` flag to capture the top frame's variables on an exception. AFAIK there isn't support for capturing variables for all frames, only...

Feature
Ruby

Some users have asked for profiling support for their test suite to identify bottlenecks. We'd need to first add performance / transactions around test runs and then enable profiling there.

enhancement

**Describe the idea** Right now, the only way to validate that things are well-configured is to do a capture_message call (per your docs) and then go look at the Sentry...

Feature
Ruby

Ensure enabled_environments contains test environment without mutating original list. Otherwise it can cause unexpected spec failures in case original config has unfrozen Array, or fail in attempt to mutate said...

### Issue Description Since https://github.com/getsentry/sentry-ruby/pull/1155 we have the ability to configure `background_worker_threads` which currently defaults to `Concurrent.processor_count. However, this config is likely to be too high in a shared hosting...

### Issue Description Request that are processed correctly with 200 status code are converted to 500 because of incompatibility of 5.17.0 ### Reproduction Steps Gemfile.lock rails (7.1.3.2) actioncable (= 7.1.3.2)...

Waiting for: Community

Cron monitors created via Ruby use the slug as the name, and there isn't a way to programatically set the name. There should be a way to set the name...

Crons
Improvement
Ruby

Cron monitor slugs are global per-organization. Thus, it will be very nice to be able to specify slugs prefix. In addition, it would be nice to keep sidekiq-scheduler's cron name...

enhancement
crons