getsentry / sentry-ruby

Sentry SDK for Ruby
https://sentry.io/for/ruby
MIT License
926 stars 493 forks source link

Backpressure handling #2185

Closed sl0thentr0py closed 9 months ago

sl0thentr0py commented 9 months ago

closes #2063

codecov[bot] commented 9 months ago

Codecov Report

Merging #2185 (7a3b48c) into master (0874ca8) will increase coverage by 5.45%. The diff coverage is 98.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2185 +/- ## ========================================== + Coverage 91.90% 97.36% +5.45% ========================================== Files 81 101 +20 Lines 3238 3792 +554 ========================================== + Hits 2976 3692 +716 + Misses 262 100 -162 ``` | [Components](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185/components?src=pr&el=components&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | Coverage Δ | | |---|---|---| | [sentry-ruby](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `98.06% <98.46%> (+0.07%)` | :arrow_up: | | [sentry-rails](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `94.98% <ø> (+49.22%)` | :arrow_up: | | [sentry-sidekiq](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `94.53% <ø> (∅)` | | | [sentry-resque](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `92.06% <ø> (ø)` | | | [sentry-delayed_job](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `94.44% <ø> (ø)` | | | [sentry-opentelemetry](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `100.00% <ø> (∅)` | | | [Files](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | Coverage Δ | | |---|---|---| | [sentry-ruby/lib/sentry-ruby.rb](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-c2VudHJ5LXJ1YnkvbGliL3NlbnRyeS1ydWJ5LnJi) | `96.42% <100.00%> (+0.57%)` | :arrow_up: | | [sentry-ruby/lib/sentry/background\_worker.rb](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-c2VudHJ5LXJ1YnkvbGliL3NlbnRyeS9iYWNrZ3JvdW5kX3dvcmtlci5yYg==) | `100.00% <100.00%> (ø)` | | | [sentry-ruby/lib/sentry/configuration.rb](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-c2VudHJ5LXJ1YnkvbGliL3NlbnRyeS9jb25maWd1cmF0aW9uLnJi) | `98.76% <100.00%> (+0.01%)` | :arrow_up: | | [sentry-ruby/lib/sentry/transaction.rb](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-c2VudHJ5LXJ1YnkvbGliL3NlbnRyeS90cmFuc2FjdGlvbi5yYg==) | `100.00% <100.00%> (ø)` | | | [sentry-ruby/lib/sentry/transport.rb](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-c2VudHJ5LXJ1YnkvbGliL3NlbnRyeS90cmFuc3BvcnQucmI=) | `99.03% <100.00%> (+0.01%)` | :arrow_up: | | [sentry-ruby/lib/sentry/backpressure\_monitor.rb](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-c2VudHJ5LXJ1YnkvbGliL3NlbnRyeS9iYWNrcHJlc3N1cmVfbW9uaXRvci5yYg==) | `97.72% <97.72%> (ø)` | | ... and [33 files with indirect coverage changes](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2185/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry)