Skip to content

Commit a7f2fd4

Browse files
authored
Bump sentry-ruby from 5.21.0 to 5.22.0 (#713)
Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.21.0 to 5.22.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md">sentry-ruby's changelog</a>.</em></p> <blockquote> <h2>5.22.0</h2> <h3>Features</h3> <ul> <li> <p>Add <code>include_sentry_event</code> matcher for RSpec <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2424">#2424</a></p> </li> <li> <p>Add support for Sentry Cache instrumentation, when using Rails.cache <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2380">#2380</a></p> </li> <li> <p>Add support for Queue Instrumentation for Sidekiq. <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2403">#2403</a></p> </li> <li> <p>Add support for string errors in error reporter (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2464">#2464</a>)</p> </li> <li> <p>Reset <code>trace_id</code> and add root transaction for sidekiq-cron <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2446">#2446</a></p> </li> <li> <p>Add support for Excon HTTP client instrumentation (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2383">#2383</a>)</p> <p>Note: MemoryStore and FileStore require Rails 8.0+</p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix Vernier profiler not stopping when already stopped <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2429">#2429</a></li> <li>Fix <code>send_default_pii</code> handling in rails controller spans <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2443">#2443</a> <ul> <li>Fixes <a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2438">#2438</a></li> </ul> </li> <li>Fix <code>RescuedExceptionInterceptor</code> to handle an empty configuration <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2428">#2428</a></li> <li>Add mutex sync to <code>SessionFlusher</code> aggregates <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2469">#2469</a> <ul> <li>Fixes <a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2468">#2468</a></li> </ul> </li> <li>Fix sentry-rails' backtrace cleaner issues (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2475">#2475</a>) <ul> <li>Fixes <a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2472">#2472</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-ruby/commit/2932e835fb8b55b2f59227f43daad829ba13f376"><code>2932e83</code></a> release: 5.22.0</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/f2251388ed3af0a564c0fbac9abe4934ef4dbf72"><code>f225138</code></a> Add mutex sync to SessionFlusher aggregates (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2469">#2469</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/a9b3687d3ce5d00d5586ef3fe76ae8233d8405f1"><code>a9b3687</code></a> Add Excon instrumentation (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2383">#2383</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/5de4ebc62d3a64015f206a7fd53534deb22e5730"><code>5de4ebc</code></a> Fix the build (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2463">#2463</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/957c8d6280567865e9155d30a6a9f4e7e5945645"><code>957c8d6</code></a> Make Sentry.{close,get_main_hub} thread-safe (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2436">#2436</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/f3ed31e4a1189d20ec761af79f82f002d85f328e"><code>f3ed31e</code></a> Fix issues with stopping Vernier (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2429">#2429</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/499cbac2cf7a22c4f0607abeb77b2f658e677fd4"><code>499cbac</code></a> RSpec matchers (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2424">#2424</a>)</li> <li>See full diff in <a href="https://github.com/getsentry/sentry-ruby/compare/5.21.0...5.22.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sentry-ruby&package-manager=bundler&previous-version=5.21.0&new-version=5.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 5c807e0 + 4cffadc commit a7f2fd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -594,10 +594,10 @@ GEM
594594
rexml (~> 3.2, >= 3.2.5)
595595
rubyzip (>= 1.2.2, < 3.0)
596596
websocket (~> 1.0)
597-
sentry-rails (5.21.0)
597+
sentry-rails (5.22.0)
598598
railties (>= 5.0)
599-
sentry-ruby (~> 5.21.0)
600-
sentry-ruby (5.21.0)
599+
sentry-ruby (~> 5.22.0)
600+
sentry-ruby (5.22.0)
601601
bigdecimal
602602
concurrent-ruby (~> 1.0, >= 1.0.2)
603603
shoulda-callback-matchers (1.1.4)

0 commit comments

Comments
 (0)