sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
## Description The following are available for `level` in `sentry-rails`. - :fatal - :error - :warning - :log - :info - :debug cf. https://docs.sentry.io/platforms/ruby/guides/rails/usage/set-level/ But in the case of `severity`...
This change updates `Utils::HttpTracing` so that it uses `set_http_status` so that the spans include the status. Without this change, graphs such as `failure_rate()` for spans for HTTP requests, for example,...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. Release notes Sourced from brace-expansion's releases. v1.1.12 pkg: publish on tag 1.x c460dbd fmt ccb8ac6 Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...
### Description As part of the Logging feature we want to provide an opt-in integration with the stdlib `Logger` so that any usage of any logger instance would result in...
**Describe the idea** [`good_job`](https://github.com/bensheldon/good_job) is a modern and feature-full ActiveJob backend based on PostgreSQL, by @bensheldon If would be useful to have an integration for it, similar to the Sidekiq...
This needs #2604. Add support for the most common instrumentation events: - [ ] ActiveRecord queries - [ ] Rails requests - [ ] ActiveJob events - [ ] ???
### Issue Description From the documentation and the name of the configuration option `enabled_environments` I was expecting that setting it to an empty array would disable sentry. Instead it gets...
Rack 3 no longer requires `rewind`able input so check that we're still working gracefully and add data properly wherever possible. https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md We're relying on this here: https://github.com/getsentry/sentry-ruby/blob/9446a30e56d16dff04c98593a251cecbe872e147/sentry-ruby/lib/sentry/interfaces/request.rb#L77
This issue has been converted to a project [Verify spans are available for SQL transactions](https://linear.app/getsentry/project/verify-spans-are-available-for-sql-transactions-ca2db3c1776d) --- In [HTTP Requests within SQL Transactions](https://linear.app/getsentry/project/sql-issue-detection-f94b4c4af773/overview#milestone-343cae13-49fe-4c07-95d6-cc28aefef58f) we would like to detect when HTTP client...
### Issue Description sentry-ruby/lib/sentry/utils/real_ip.rb - Sentry::Utils::RealIp.initialize prepends a list of standard local and private IP blocks (LOCAL_ADDRESSES) to the supplied trusted_proxies. The combined list is later used to determine the...