Skip to content

Commit c04f39f

Browse files
authored
chore(deps): bump sentry-ruby from 5.27.1 to 5.28.0 (#1101)
Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.27.1 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-ruby'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> </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/20667ee8a48690f4857bc1f16047f563115516bc"><code>20667ee</code></a> Deprecate metrics (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2726">#2726</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/43e5788ebfbd7f6047958a50b27ff8427416eb97"><code>43e5788</code></a> Add new configuration callbacks (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2724">#2724</a>)</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/076adb70e99598e18de46680ecae064755ac7045"><code>076adb7</code></a> Fix old logger call in graphql (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2722">#2722</a>)</li> <li>See full diff in <a href="https://github.com/getsentry/sentry-ruby/compare/5.27.1...5.28.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.27.1&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 75cca30 + 9c40941 commit c04f39f

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
@@ -730,10 +730,10 @@ GEM
730730
rexml (~> 3.2, >= 3.2.5)
731731
rubyzip (>= 1.2.2, < 4.0)
732732
websocket (~> 1.0)
733-
sentry-rails (5.27.0)
733+
sentry-rails (5.28.0)
734734
railties (>= 5.0)
735-
sentry-ruby (~> 5.27.0)
736-
sentry-ruby (5.27.1)
735+
sentry-ruby (~> 5.28.0)
736+
sentry-ruby (5.28.0)
737737
bigdecimal
738738
concurrent-ruby (~> 1.0, >= 1.0.2)
739739
shoulda-callback-matchers (1.1.4)

0 commit comments

Comments
 (0)