Skip to content

Conversation

Copy link

github-actions bot commented Jul 23, 2024

Fails
🚫 Please consider adding a changelog entry for the next release.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

- WIP 6.0 major ([#2352](https://github.com/getsentry/sentry-ruby/pull/2352))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description or adding a skip-changelog label.

Generated by 🚫 dangerJS against 9afd9d1

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

❌ Patch coverage is 99.05660% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 97.25%. Comparing base (11b8eaf) to head (9afd9d1).

Files with missing lines Patch % Lines
sentry-ruby/lib/sentry/span.rb 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2352      +/-   ##
==========================================
- Coverage   97.28%   97.25%   -0.03%     
==========================================
  Files         144      130      -14     
  Lines        5671     5254     -417     
==========================================
- Hits         5517     5110     -407     
+ Misses        154      144      -10     
Components Coverage Δ
sentry-ruby 97.46% <99.03%> (-0.31%) ⬇️
sentry-rails 96.74% <100.00%> (+1.26%) ⬆️
sentry-sidekiq 96.57% <ø> (ø)
sentry-resque 94.44% <ø> (ø)
sentry-delayed_job 94.68% <ø> (ø)
sentry-opentelemetry 99.31% <ø> (ø)
Files with missing lines Coverage Δ
sentry-rails/lib/sentry/rails/active_job.rb 98.46% <100.00%> (+1.44%) ⬆️
sentry-rails/lib/sentry/rails/configuration.rb 100.00% <ø> (ø)
...s/lib/sentry/rails/overrides/streaming_reporter.rb 71.42% <ø> (+9.89%) ⬆️
sentry-rails/lib/sentry/rails/railtie.rb 98.78% <100.00%> (-0.06%) ⬇️
sentry-ruby/lib/sentry-ruby.rb 98.68% <ø> (-0.04%) ⬇️
sentry-ruby/lib/sentry/background_worker.rb 97.43% <100.00%> (-0.19%) ⬇️
sentry-ruby/lib/sentry/breadcrumb.rb 93.93% <100.00%> (ø)
sentry-ruby/lib/sentry/breadcrumb_buffer.rb 96.42% <100.00%> (ø)
sentry-ruby/lib/sentry/check_in_event.rb 100.00% <100.00%> (ø)
sentry-ruby/lib/sentry/client.rb 99.37% <100.00%> (-0.05%) ⬇️
... and 23 more

... and 11 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sl0thentr0py sl0thentr0py force-pushed the 6.0-dev branch 2 times, most recently from 98355b1 to 7d6edaf Compare October 31, 2024 13:48
@sl0thentr0py sl0thentr0py force-pushed the 6.0-dev branch 5 times, most recently from 10946fb to 4fa52f3 Compare September 17, 2025 10:58
st0012 and others added 4 commits September 23, 2025 13:57
* Migrate from to_hash to to_h

As @solnic pointed out in #2350 (comment)
`to_hash` has special meaning in Ruby and could be called implicitly
in contexts like double splatting argument. So we should switch to `to_h`
to avoid potential issues.
* Cleanup before_send to only apply to ErrorEvent
* remove the Hash deprecation message
…don't get traced (#2725)

* Add config.trace_ignore_status_codes to control which status codes don't
get traced

* Change implementation to Range
* Remove deprecated capture_exception_frame_locals

* Remove deprecated config.enable_tracing (#2731)

* Remove deprecated config.enable_tracing

* Remove deprecated `config.logger` (#2732)

* Remove deprecated config.logger

* Remove deprecated Sentry::Rails::Tracing::ActionControllerSubscriber (#2733)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants