Skip to content

Commit be747d5

Browse files
authored
chore(deps): bump sentry-ruby from 5.27.0 to 5.27.1 (#1091)
Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.27.0 to 5.27.1. <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.27.1</h2> <h3>Features</h3> <ul> <li>Support for <code>:origin</code> attribute in log events (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2712">#2712</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Skip including <code>sentry.message.template</code> in the log event attributes if there are no interpolation parameters provided (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2700">#2700</a>)</li> <li>Respect <code>log_level</code> when logging via <code>:std_lib_logger</code> patch (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2709">#2709</a>)</li> <li>Add <code>sentry.origin</code> attribute to log events (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2712">#2712</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-ruby/commit/7d99a86259ef13c943c39da760804211fb9575e4"><code>7d99a86</code></a> release: 5.27.1</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/239a161e69deeb3835f838282b7e45d3063e88ef"><code>239a161</code></a> Add <code>sentry.origin</code> to log events (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2712">#2712</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/21d4d57815a4e5f5b2b4a3b7aa296a21bddee62a"><code>21d4d57</code></a> 2696 Respect log_level (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2709">#2709</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/1da1c2db805ea15fb68dd667774b14a36df1009c"><code>1da1c2d</code></a> Skip sentry.message.template when there are no parameters (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2700">#2700</a>)</li> <li>See full diff in <a href="https://github.com/getsentry/sentry-ruby/compare/5.27.0...5.27.1">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.27.0&new-version=5.27.1)](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 2a7fe79 + 6466de6 commit be747d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ GEM
732732
sentry-rails (5.27.0)
733733
railties (>= 5.0)
734734
sentry-ruby (~> 5.27.0)
735-
sentry-ruby (5.27.0)
735+
sentry-ruby (5.27.1)
736736
bigdecimal
737737
concurrent-ruby (~> 1.0, >= 1.0.2)
738738
shoulda-callback-matchers (1.1.4)

0 commit comments

Comments
 (0)