Commit 6b4a101
authored
chore(deps): bump sentry-ruby from 5.26.0 to 5.27.0 (#1081)
Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from
5.26.0 to 5.27.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.27.0</h2>
<h3>Feature</h3>
<ul>
<li>
<p>Propagated sampling rates as specified in <a
href="https://develop.sentry.dev/sdk/telemetry/traces/#propagated-random-value">Traces</a>
docs (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2671">#2671</a>)</p>
</li>
<li>
<p>Support for Rails ActiveSupport log subscribers (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2690">#2690</a>)</p>
</li>
<li>
<p>Support for defining custom Rails log subscribers that work with
Sentry Structured Logging (<a
href="https://redirect.github.com/getsentry/sentry-ruby/pull/2689">#2689</a>)</p>
<p>Rails applications can now define custom log subscribers that
integrate with Sentry's structured logging system. The feature includes
built-in subscribers for ActionController, ActiveRecord, ActiveJob, and
ActionMailer events, with automatic parameter filtering that respects
Rails' <code>config.filter_parameters</code> configuration.</p>
<p>To enable structured logging with Rails log subscribers:</p>
<pre lang="ruby"><code>Sentry.init do |config|
# ... your setup ...
<h1>Make sure structured logging is enabled</h1>
<p>config.enable_logs = true</p>
<h1>Enable default Rails log subscribers (ActionController and
ActiveRecord)</h1>
<p>config.rails.structured_logging.enabled = true<br />
end<br />
</code></pre></p>
<p>To configure all subscribers:</p>
<pre lang="ruby"><code>Sentry.init do |config|
# ... your setup ...
<h1>Make sure structured logging is enabled</h1>
<p>config.enable_logs = true</p>
<h1>Enable Rails log subscribers</h1>
<p>config.rails.structured_logging.enabled = true</p>
<h1>Add ActionMailer and ActiveJob subscribers</h1>
<p>config.rails.structured_logging.subscribers.update(<br />
action_mailer: Sentry::Rails::LogSubscribers::ActionMailerSubscriber,<br
/>
active_job: Sentry::Rails::LogSubscribers::ActiveJobSubscriber<br />
)<br />
end<br />
</code></pre></p>
<p>You can also define custom log subscribers by extending the base
class:</p>
<pre lang="ruby"><code>class MyCustomSubscriber <
Sentry::Rails::LogSubscriber
attach_to :my_component
<p></code></pre></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/8320265caa7dddd3c744a000bf8801504bc1cee1"><code>8320265</code></a>
release: 5.27.0</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/c51d8ffae2b736be9756e670b7bc36286f540146"><code>c51d8ff</code></a>
Introduce structured_logging config namespace (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2692">#2692</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/ec50db470283eff184950da3912c286f11d1616b"><code>ec50db4</code></a>
Rails active support log subscribers (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2690">#2690</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/a3d87a6dcdf5f78dcbce299ebaea9c9c474f5967"><code>a3d87a6</code></a>
Update sentry trace regexp (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2678">#2678</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/53f3b5820aed24789b60f40aa8ffa949aac1fa2a"><code>53f3b58</code></a>
Propagated sampling rates (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2671">#2671</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/9b3769336668da4dee617e349760f10f0b062ff1"><code>9b37693</code></a>
Remove redundant <code>attr_reader</code> (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2673">#2673</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/727bf14969c8dff8170046b2c10cb999329b590c"><code>727bf14</code></a>
Improved devcontainer setup with e2e test mini infra (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2672">#2672</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/6bd141c63321762470eb354a068c1a2f28ca0619"><code>6bd141c</code></a>
Add Sentry::DebugTransport for testing/debugging (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2664">#2664</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/36920acc2c0d2cc6af40e7b81ca0ebd9165b9b05"><code>36920ac</code></a>
Fix test failures under jruby (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2665">#2665</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-ruby/commit/5d9c33838e123403e906a7bc60073ec21f8575a3"><code>5d9c338</code></a>
Fix flaky net/http spec (<a
href="https://redirect.github.com/getsentry/sentry-ruby/issues/2667">#2667</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-ruby/compare/5.26.0...5.27.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments