Skip to content

Commit 216c28d

Browse files
authored
chore(deps): bump sentry-rails from 6.1.0 to 6.2.0 (#1160)
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 6.1.0 to 6.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md">sentry-rails's changelog</a>.</em></p> <blockquote> <h2>6.2.0</h2> <h3>Features</h3> <ul> <li>Include otel as custom sampling context (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2683">2683</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Prevent logging from crashing main thread (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2795">2795</a>)</li> <li>Improve error handling in ActiveRecord subscriber (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2798">2798</a>)</li> </ul> <h2>6.1.2</h2> <h3>Fixes</h3> <ul> <li>Handle positioned binds in logging (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2787">#2787</a>)</li> <li>Handle cached queries with binds correctly when logging (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2789">#2789</a>)</li> </ul> <h2>6.1.1</h2> <h3>Improvements</h3> <ul> <li>Optimize getting query source location in ActiveRecord tracing - this makes tracing up to roughly 40-60% faster depending on the use cases (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2769">#2769</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Properly skip silenced <code>ActiveRecord::Base.logger</code>'s log entries in the ActiveRecord log subscriber (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2775">#2775</a>)</li> <li>Handle malformed utf-8 log messages and attributes (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2777">#2777</a> and <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2780">#2780</a>)</li> <li>Fix initialized check in Sentry::Rails::CaptureExceptions (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2783">#2783</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-ruby/commit/0da2bde916965f02ce12c57df4c915aaf3353cba"><code>0da2bde</code></a> release: 6.2.0</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/bcc0fe7d211b6dffd273a13ebeb2bcf8af0f0fb7"><code>bcc0fe7</code></a> fix(logging): improve error handling in AR subscriber (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2798">#2798</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/5aa2643123c4020308ecd365c7c07113612b4ca3"><code>5aa2643</code></a> release: 6.1.2</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/78a5a08950025b029132b81198f0279dbf42f34c"><code>78a5a08</code></a> fix(rails): fix logging of cached queries with binds (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2789">#2789</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/a5cee1bdbf51747d719db5a998b36ed303107ae4"><code>a5cee1b</code></a> fix(rails): handle positioned binds in logging (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2787">#2787</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/6aed46375b6992a87a74efc83fd1e9ca5ecf854d"><code>6aed463</code></a> release: 6.1.1</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/9eea7de5be955fcae928341703dac57402d8b69b"><code>9eea7de</code></a> Fix initialized check in Sentry::Rails::CaptureExceptions (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2783">#2783</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/6049bfdbbd006c1c81cffd5cf3396162fa7417aa"><code>6049bfd</code></a> fix(rails): properly skip silenced logs from AR (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2775">#2775</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/98f97b401c3225f6e2fe48a95456116a7bccbd60"><code>98f97b4</code></a> [rails] improve AR tracing performance (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2769">#2769</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/3e1981aacd7095669b23d9233db2e43c6d1aab5a"><code>3e1981a</code></a> chore(jruby): fixes and updates (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2772">#2772</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-ruby/compare/6.1.0...6.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sentry-rails&package-manager=bundler&previous-version=6.1.0&new-version=6.2.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 43aa082 + ec4d203 commit 216c28d

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
@@ -225,7 +225,7 @@ GEM
225225
coercible (1.0.0)
226226
descendants_tracker (~> 0.0.1)
227227
concurrent-ruby (1.3.5)
228-
connection_pool (2.5.4)
228+
connection_pool (2.5.5)
229229
coveralls_reborn (0.29.0)
230230
simplecov (~> 0.22.0)
231231
term-ansicolor (~> 1.7)
@@ -469,7 +469,7 @@ GEM
469469
benchmark
470470
logger
471471
mini_mime (1.1.5)
472-
minitest (5.26.1)
472+
minitest (5.26.2)
473473
mobility (1.3.2)
474474
i18n (>= 0.6.10, < 2)
475475
request_store (~> 1.0)
@@ -605,7 +605,7 @@ GEM
605605
ffi (>= 1.0.6)
606606
msgpack (>= 0.4.3)
607607
optimist (>= 3.0.0)
608-
rdoc (6.15.1)
608+
rdoc (6.16.0)
609609
erb
610610
psych (>= 4.0.0)
611611
tsort

0 commit comments

Comments
 (0)