Skip to content

Commit 7f71ed1

Browse files
authored
chore(deps): bump sentry-rails from 5.27.0 to 5.28.0 (#1098)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.27.0 to 5.28.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>5.28.0</h2> <h3>Features</h3> <ul> <li>Auto-enable Rails structured logging when <code>enable_logs</code> is true (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2721">#2721</a>)</li> </ul> <h3>Miscellaneous</h3> <ul> <li> <p>Deprecate all Metrics related APIs <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2726">#2726</a></p> <p>Sentry <a href="https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th">no longer has the Metrics Beta offering</a> so all the following APIs linked to Metrics have been deprecated and will be removed in the next major.</p> <pre lang="ruby"><code>Sentry.init do |config| # ... config.metrics.enabled = true config.metrics.enable_code_locations = true config.metrics.before_emit = lambda {} end <p>Sentry::Metrics.increment('button_click')<br /> Sentry::Metrics.distribution('page_load', 15.0, unit: 'millisecond')<br /> Sentry::Metrics.gauge('page_load', 15.0, unit: 'millisecond')<br /> Sentry::Metrics.set('user_view', 'jane')<br /> Sentry::Metrics.timing('how_long') { sleep(1) }<br /> </code></pre></p> </li> </ul> <h3>Internal</h3> <ul> <li>Fix leftover <code>config.logger</code> call in <code>graphql</code> patch (<a href="https://github.com/getsentry/sentry-ruby/2722">#2722</a></li> <li>Add <code>Configuration.before</code> and <code>Configuration.after</code> to run hooks before and after given event (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2724">#2724</a>)</li> </ul> <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/44d588ecc66247fc191a96a802593ac55505067d"><code>44d588e</code></a> release: 5.28.0</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/2c8c2c177184d948140bd8a9cb651a024fae1bdb"><code>2c8c2c1</code></a> feat(logging): auto-enable structured_logging in Rails (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2721">#2721</a>)</li> <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>See full diff in <a href="https://github.com/getsentry/sentry-ruby/compare/5.27.0...5.28.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=5.27.0&new-version=5.28.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 6ad9b85 + 82e257e commit 7f71ed1

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)