sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
**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...
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.
**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...
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)...
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...
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...