getsentry / sentry-ruby

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

Log envelope delivery message with debug instead of info #2320

Closed st0012 closed 1 month ago

st0012 commented 1 month ago

This reduces the noise for most users.

Also deletes the log_info helper as now it's not used anymore.

closes #2315

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.67%. Comparing base (7b00b25) to head (f8b38d0). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2320 +/- ## ======================================= Coverage 98.66% 98.67% ======================================= Files 205 205 Lines 13422 13484 +62 ======================================= + Hits 13243 13305 +62 Misses 179 179 ``` | [Components](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320/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/2320/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `99.04% <100.00%> (+0.01%)` | :arrow_up: | | [sentry-rails](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `97.41% <ø> (-0.02%)` | :arrow_down: | | [sentry-sidekiq](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `97.01% <ø> (+0.02%)` | :arrow_up: | | [sentry-resque](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `96.79% <ø> (+0.03%)` | :arrow_up: | | [sentry-delayed_job](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | `98.92% <ø> (+<0.01%)` | :arrow_up: | | [sentry-opentelemetry](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320/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/2320?dropdown=coverage&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/transport.rb](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320?src=pr&el=tree&filepath=sentry-ruby%2Flib%2Fsentry%2Ftransport.rb&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-c2VudHJ5LXJ1YnkvbGliL3NlbnRyeS90cmFuc3BvcnQucmI=) | `99.04% <100.00%> (ø)` | | | [sentry-ruby/lib/sentry/utils/logging\_helper.rb](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320?src=pr&el=tree&filepath=sentry-ruby%2Flib%2Fsentry%2Futils%2Flogging_helper.rb&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-c2VudHJ5LXJ1YnkvbGliL3NlbnRyeS91dGlscy9sb2dnaW5nX2hlbHBlci5yYg==) | `100.00% <ø> (ø)` | | | [sentry-ruby/spec/sentry/rake\_spec.rb](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320?src=pr&el=tree&filepath=sentry-ruby%2Fspec%2Fsentry%2Frake_spec.rb&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-c2VudHJ5LXJ1Ynkvc3BlYy9zZW50cnkvcmFrZV9zcGVjLnJi) | `100.00% <100.00%> (ø)` | | | [sentry-ruby/spec/sentry/transport\_spec.rb](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320?src=pr&el=tree&filepath=sentry-ruby%2Fspec%2Fsentry%2Ftransport_spec.rb&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-c2VudHJ5LXJ1Ynkvc3BlYy9zZW50cnkvdHJhbnNwb3J0X3NwZWMucmI=) | `100.00% <ø> (ø)` | | ... and [33 files with indirect coverage changes](https://app.codecov.io/gh/getsentry/sentry-ruby/pull/2320/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry)