Skip to content

Commit

Permalink
Upgrade: Bump sentry-sidekiq from 5.18.2 to 5.19.0 (#4800)
Browse files Browse the repository at this point in the history
Bumps [sentry-sidekiq](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-sidekiq'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>
<p>Usage:</p>
<pre lang="rb"><code>Sentry.init do |config|
  # ...
  config.enabled_patches &lt;&lt; :faraday
end
</code></pre>
</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">#2363</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-sidekiq&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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent f3297ad commit 1d4b15d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem 'scenic', '~> 1.8'
gem 'seed-fu', '~> 2.3'
gem 'sentry-rails', '~> 5.19'
gem 'sentry-ruby', '~> 5.17'
gem 'sentry-sidekiq', '~> 5.18'
gem 'sentry-sidekiq', '~> 5.19'
gem 'sidekiq', '~> 7.2'
gem 'sidekiq-cron', '~> 1.12'
gem 'stackprof', '~> 0.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -654,7 +654,7 @@ DEPENDENCIES
seed-fu (~> 2.3)
sentry-rails (~> 5.19)
sentry-ruby (~> 5.17)
sentry-sidekiq (~> 5.18)
sentry-sidekiq (~> 5.19)
shoulda-matchers (~> 6.1)
sidekiq (~> 7.2)
sidekiq-cron (~> 1.12)
Expand Down

0 comments on commit 1d4b15d

Please sign in to comment.