Skip to content

Commit 292c786

Browse files
authored
Bump sentry-rails from 5.18.2 to 5.19.0 (#604)
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.18.2 to 5.19.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.19.0</h2> <h3>Features</h3> <ul> <li> <p>Use <code>Concurrent.available_processor_count</code> instead of <code>Concurrent.usable_processor_count</code> (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2358">#2358</a>)</p> </li> <li> <p>Support for tracing Faraday requests (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2345">#2345</a>)</p> <ul> <li>Closes <a href="https://redirect.github.com/getsentry/sentry-ruby/issues/1795">#1795</a></li> <li>Please note that the Faraday instrumentation has some limitations in case of async requests: <a href="https://redirect.github.com/lostisland/faraday/issues/1381">lostisland/faraday#1381</a></li> </ul> </li> <li> <p>Support for attachments (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2357">#2357</a>)</p> <p>Usage:</p> <pre lang="ruby"><code>Sentry.add_attachment(path: '/foo/bar.txt') Sentry.add_attachment(filename: 'payload.json', bytes: '{&quot;value&quot;: 42}')) </code></pre> </li> <li> <p>Transaction data are now included in the context (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2365">#2365</a>)</p> <ul> <li>Closes <a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2363">#2364</a></li> </ul> </li> <li> <p>Inject Sentry meta tags in the Rails application layout automatically in the generator (<a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2369">#2369</a>)</p> <p>To turn this behavior off, use</p> <pre lang="bash"><code>bin/rails generate sentry --inject-meta false </code></pre> </li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix skipping <code>connect</code> spans in open-telemetry <a href="https://redirect.github.com/getsentry/sentry-ruby/pull/2364">#2364</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-ruby/commit/43c5cc231726963345580f6a2559be1725d7ef24"><code>43c5cc2</code></a> release: 5.19.0</li> <li><a href="https://github.com/getsentry/sentry-ruby/commit/a09da50d47d47cd4c3c3bea360977fefbf5af195"><code>a09da50</code></a> Include Sentry meta tag in the layout automatically (<a href="https://redirect.github.com/getsentry/sentry-ruby/issues/2369">#2369</a>)</li> <li>See full diff in <a href="https://github.com/getsentry/sentry-ruby/compare/5.18.2...5.19.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.18.2&new-version=5.19.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 f0fa8a8 + 6f51bfb commit 292c786

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
@@ -516,10 +516,10 @@ GEM
516516
rexml (~> 3.2, >= 3.2.5)
517517
rubyzip (>= 1.2.2, < 3.0)
518518
websocket (~> 1.0)
519-
sentry-rails (5.18.2)
519+
sentry-rails (5.19.0)
520520
railties (>= 5.0)
521-
sentry-ruby (~> 5.18.2)
522-
sentry-ruby (5.18.2)
521+
sentry-ruby (~> 5.19.0)
522+
sentry-ruby (5.19.0)
523523
bigdecimal
524524
concurrent-ruby (~> 1.0, >= 1.0.2)
525525
shoulda-callback-matchers (1.1.4)

0 commit comments

Comments
 (0)