Skip to content

Update sentry-rails 5.22.1 → 5.22.4 (patch)#1407

Closed
depfu[bot] wants to merge 1 commit intomainfrom
depfu/update/group/sentry-ruby-core-5.22.4
Closed

Update sentry-rails 5.22.1 → 5.22.4 (patch)#1407
depfu[bot] wants to merge 1 commit intomainfrom
depfu/update/group/sentry-ruby-core-5.22.4

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Feb 7, 2025

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ sentry-rails (5.22.1 → 5.22.4) · Repo · Changelog

Release Notes

5.22.4

Bug Fixes

  • Fix handling of cron with tz in Cron::Job (#2530)
  • Revert "[rails] support string errors in error reporter (#2464)" (#2533)
  • Removed unnecessary warning about missing stackprof when Vernier is configured as the profiler (#2537)
  • Fix regression with CheckInEvent in before_send (#2541)

Internal

  • Introduced Configuration#validate to validate configuration in Sentry.init block (#2538)
  • Introduced Sentry.dependency_installed? to check if a 3rd party dependency is available ie Sentry.dependency_installed?(:Vernier) (#2542)

5.22.3

Bug Fixes

  • Accept Hash in before_send* callbacks again (#2529)

5.22.2

Features

  • Improve the accuracy of duration calculations in cron jobs monitoring (#2471)
  • Use attempt_threshold to skip reporting on first N attempts (#2503)
  • Support code.namespace for Ruby 3.4+ stacktraces (#2506)

Bug fixes

  • Default to internal_error error type for OpenTelemetry spans #2473
  • Improve before_send and before_send_transaction's return value handling (#2504)
  • Fix a crash when calling Sentry.get_main_hub in a trap context (#2510)
  • Use URI::RFC2396_PARSER.escape explicitly to remove warning logs to stderr (#2509)

Internal

  • Test Ruby 3.4 in CI (#2506)
  • Upgrade actions workflows versions (#2506)
  • Stop relying on fugit (#2519)

Does any of this look wrong? Please let us know.

✳️ sentry-ruby (5.22.1 → 5.22.4) · Repo · Changelog

Release Notes

5.22.4

Bug Fixes

  • Fix handling of cron with tz in Cron::Job (#2530)
  • Revert "[rails] support string errors in error reporter (#2464)" (#2533)
  • Removed unnecessary warning about missing stackprof when Vernier is configured as the profiler (#2537)
  • Fix regression with CheckInEvent in before_send (#2541)

Internal

  • Introduced Configuration#validate to validate configuration in Sentry.init block (#2538)
  • Introduced Sentry.dependency_installed? to check if a 3rd party dependency is available ie Sentry.dependency_installed?(:Vernier) (#2542)

5.22.3

Bug Fixes

  • Accept Hash in before_send* callbacks again (#2529)

5.22.2

Features

  • Improve the accuracy of duration calculations in cron jobs monitoring (#2471)
  • Use attempt_threshold to skip reporting on first N attempts (#2503)
  • Support code.namespace for Ruby 3.4+ stacktraces (#2506)

Bug fixes

  • Default to internal_error error type for OpenTelemetry spans #2473
  • Improve before_send and before_send_transaction's return value handling (#2504)
  • Fix a crash when calling Sentry.get_main_hub in a trap context (#2510)
  • Use URI::RFC2396_PARSER.escape explicitly to remove warning logs to stderr (#2509)

Internal

  • Test Ruby 3.4 in CI (#2506)
  • Upgrade actions workflows versions (#2506)
  • Stop relying on fugit (#2519)

Does any of this look wrong? Please let us know.

↗️ bigdecimal (indirect, 3.1.8 → 3.1.9) · Repo · Changelog

Release Notes

3.1.9 (from changelog)

  • Accept no digits in the fractional part (#302)

    @kou

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 15 commits:

↗️ irb (indirect, 1.14.3 → 1.15.1) · Repo

Release Notes

1.15.1

What's Changed

🐛 Bug Fixes

  • Fix pager preview with escape sequence and newlines by @tompng in #1069

🛠 Other Changes

Full Changelog: v1.15.0...v1.15.1

1.15.0

What's Changed

✨ Enhancements

🐛 Bug Fixes

  • Fix broken history command with -g by @sanfrecce-osaka in #1057
  • Gracefully handle incorrect command aliases by @st0012 in #1059
  • Print more actionable message when the exception may be an IRB bug by @st0012 in #1061
  • IRB.conf[:SAVE_HISTORY] should handle boolean values by @st0012 in #1062
  • Colorize backref token bold green like global variables by @tompng in #1065

📚 Documentation

  • Restructure IRB's documentation by @st0012 in #1053
  • Use the documentation site as the source of truth by @st0012 in #1055
  • Extract contributing guideline into a CONTRIBUTING.md by @st0012 in #1056
  • [DOC] Remove unnecessary escape from completor class names by @st0012 in #1063
  • [DOC] Update documentation about the new copy command by @st0012 in #1067
  • [DOC] Exclude the word IRB from RDoc's autolinking by @st0012 in #1068

🛠 Other Changes

New Contributors

Full Changelog: v1.14.3...v1.15.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 20 commits:

↗️ logger (indirect, 1.6.3 → 1.6.5) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ psych (indirect, 5.2.2 → 5.2.3) · Repo · Changelog

Release Notes

5.2.3

What's Changed

New Contributors

Full Changelog: v5.2.2...v5.2.3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 16 commits:

↗️ rdoc (indirect, 6.10.0 → 6.12.0) · Repo · Changelog

Release Notes

6.12.0

What's Changed

✨ Enhancements

  • Display main page's Table of Contents when viewed from the index page by @st0012 in #1250

🐛 Bug Fixes

  • Stop accepting Document objects as CodeObject#comment by @tompng in #1210
  • Reduce document difference between RDoc::Parser::Ruby and RDoc::Parser::PrismRuby by @tompng in #1284

🛠 Other Changes

  • Bump ruby/setup-ruby from 1.207.0 to 1.213.0 by @dependabot in #1280
  • Bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot in #1279
  • Update ruby-core workflow to just generate documentation by @st0012 in #1278
  • Add a build:local_ruby task to simplify local testing flow by @st0012 in #1281
  • Bump ruby/setup-ruby from 1.213.0 to 1.214.0 by @dependabot in #1283
  • Remove unnecessary file_name parameter from Parser#initialize by @st0012 in #1146
  • Bump ruby/setup-ruby from 1.214.0 to 1.215.0 by @dependabot in #1285

Full Changelog: v6.11.0...v6.12.0

6.11.0

What's Changed

✨ Enhancements

  • Add autolink_excluded_words option to ignore cross-references by @st0012 in #1259
  • Enable warn_missing_rdoc_ref by default by @st0012 in #1275

🐛 Bug Fixes

  • Introduce apply_default_exclude config to separate default and user excluding patterns by @nobu in #1251
  • Fix prism_ruby superclass resolve order by @tompng in #1267
  • Add missing RDoc::RubygemsHook API for gem server by @mterada1228 in #1270
  • Finalize RDoc::Options before calling RDoc::RDoc#parse_files by @rhenium in #1274

📚 Documentation

🛠 Other Changes

Full Changelog: v6.10.0...v6.11.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 41 commits:

🆕 pp (added, 0.6.2)

🆕 prettyprint (added, 0.2.0)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Feb 7, 2025
@mitlib mitlib temporarily deployed to mit-bento-pr-1407 February 7, 2025 13:27 Inactive
@depfu depfu bot force-pushed the depfu/update/group/sentry-ruby-core-5.22.4 branch from ae4250f to 62fdfa0 Compare February 10, 2025 16:56
@mitlib mitlib temporarily deployed to mit-bento-pr-1407 February 10, 2025 16:57 Inactive
@depfu
Copy link
Contributor Author

depfu bot commented Feb 10, 2025

Closing because this update has already been applied

@depfu depfu bot closed this Feb 10, 2025
@depfu depfu bot deleted the depfu/update/group/sentry-ruby-core-5.22.4 branch February 10, 2025 18:49
@coveralls
Copy link

Coverage Status

coverage: 99.07%. remained the same
when pulling 62fdfa0 on depfu/update/group/sentry-ruby-core-5.22.4
into c5a0637 on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants