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

### Features

- 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 4d9c5d1

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.20%. Comparing base (11b8eaf) to head (4d9c5d1).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2352      +/-   ##
==========================================
- Coverage   97.28%   97.20%   -0.09%     
==========================================
  Files         144      130      -14     
  Lines        5671     5221     -450     
==========================================
- Hits         5517     5075     -442     
+ Misses        154      146       -8     
Components Coverage Δ
sentry-ruby 97.49% <ø> (-0.28%) ⬇️
sentry-rails 96.74% <ø> (+1.26%) ⬆️
sentry-sidekiq 95.05% <ø> (-1.53%) ⬇️
sentry-resque 94.44% <ø> (ø)
sentry-delayed_job 94.68% <ø> (ø)
sentry-opentelemetry 99.31% <100.00%> (ø)
Files with missing lines Coverage Δ
...entelemetry/lib/sentry/opentelemetry/propagator.rb 97.05% <100.00%> (ø)

... and 49 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)
* Bump minimum rails version in `sentry-rails` to `5.2.0`
* Bump minimum sidekiq version in `sentry-sidekiq` to `5.0`
* Cleanup CI
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