sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
use `continue_trace` before `start_transaction` in - [ ] resque - [x] delayed_job - [ ] active_job
**Describe the idea** Same as sidekiq and delayed_job: provide an integration for [shoryuken](https://github.com/ruby-shoryuken/shoryuken), so that errors are OOTB reported. **Why do you think it's beneficial to most of the users**...
GraphQL::Tracing::Trace provides hooks to observe and modify events during runtime, [link to docs](https://graphql-ruby.org/queries/tracing.html). Several monitoring platforms are supported out-of-the box by GraphQL-Ruby: - AppOptics - Appsignal - New Relic -...
### Issue Description When enabling spotlight, the sentry configuration permits sending events to sentry through `sending_allowed?` regardless of `enabled_environments`. https://github.com/getsentry/sentry-ruby/blob/5.15.0/sentry-ruby/lib/sentry/configuration.rb#L463 Not setting the `dsn` did not work as a workaround,...
Thanks for your Pull Request 🎉 **Please keep these instructions in mind so we can review it more efficiently:** - Add the references of all the related issues/PRs in the...
### Issue Description [I have 'Vips::Error' in my excluded_exceptions config](https://github.com/JasonBarnabe/greasyfork/blob/fd987034a8db08a63702b9205efe8944f1091dbe/config/initializers/sentry.rb#L4), yet I still [get it reported](https://greasy-fork.sentry.io/issues/4403122279/). ### Reproduction Steps Add `'Vips::Error'` to `excluded_exceptions`. ### Expected Behavior No reporting of `Vips::Error`....
Hi, Is there a way to sanitize Sidekiq args ? We're already sanitizing within the `before_send` but I can't find how to sanitize Sidekiq context through an `event` Thanks.
## Summary This pull request makes it so HTTP OPTIONS and HEAD requests will not be sampled (traced). Closes #1864. Based on the approach in https://github.com/getsentry/sentry-javascript/pull/5485 ## Changes - Adds...
[Link to Jira with customer information. ](https://getsentry.atlassian.net/browse/ING-4) ### Environment Ruby Rails. ### Expected Result Frames are trimmed from the middle while leaving the top and bottom alone. ### Actual Result...