dependency: bump sentry-sidekiq, sentry-rails and sentry-ruby
Bumps sentry-sidekiq, sentry-rails and sentry-ruby. These dependencies needed to be updated together.
Updates sentry-sidekiq
from 4.7.3 to 4.8.0
Changelog
Sourced from sentry-sidekiq's changelog.
4.8.0
Features
Support exception frame's local variable capturing
Example:
To enable this feature, you need to set
config.capture_exception_frame_locals
totrue
:Sentry.init do |config| config.capture_exception_frame_locals = true # default is false end
This feature should only introduce negligible performance overhead in most Ruby applications. But if you notice obvious performance regression, please file an issue and we'll investigate it.
Support
ActiveStorage
spans in tracing events #1588Support
Sidekiq
Tags in Sentry #1596Add Client Reports to collect dropped event statistics #1604
This feature reports statistics about dropped events along with sent events (so no additional requests made). It'll help Sentry improve SDKs and features like rate-limiting. This information will not be visible to users at the moment, but we're planning to add this information to user-facing UI.
If you don't want to send this data, you can opt-out by setting
config.send_client_reports = false
.Bug Fixes
- Connect
Sidekiq
's transaction with its parent when possible #1590
- Fixes #1586
- Use nil instead of false to disable callable settings #1594
- Avoid duplicated sampling on Transaction events #1601
- Remove verbose data from
#inspect
result #1602Refactoring
- Move Sentry::Rails::CaptureExceptions before ActionDispatch::ShowExceptions #1608
- Refactor
Sentry::Configuration
#1595- Tracing subscribers should be multi-event based #1587
Miscellaneous
- Start Testing Against Rails 7.0 #1581
Commits
-
eadc904
release: 4.8.0 -
4ed7d63
Update changelog entry title -
02d4b80
Fix typo -
af74668
Improve description about client reports (#1614) -
bd82fbc
Remove SemVer compatibility result from readme (#1613) -
d654a60
feat: Add client reports (#1604) -
c4d2623
Remove verbose data from #inspect result (#1602) -
602864f
Log event payload in debug mode (#1606) -
8426c82
Migrate codecov uploader (#1607) -
06e6d78
Remove unnecessary sentry-raven CI steps or checks (#1610) - Additional commits viewable in compare view
Updates sentry-rails
from 4.7.3 to 4.8.0
Changelog
Sourced from sentry-rails's changelog.
4.8.0
Features
Support exception frame's local variable capturing
Example:
To enable this feature, you need to set
config.capture_exception_frame_locals
totrue
:Sentry.init do |config| config.capture_exception_frame_locals = true # default is false end
This feature should only introduce negligible performance overhead in most Ruby applications. But if you notice obvious performance regression, please file an issue and we'll investigate it.
Support
ActiveStorage
spans in tracing events #1588Support
Sidekiq
Tags in Sentry #1596Add Client Reports to collect dropped event statistics #1604
This feature reports statistics about dropped events along with sent events (so no additional requests made). It'll help Sentry improve SDKs and features like rate-limiting. This information will not be visible to users at the moment, but we're planning to add this information to user-facing UI.
If you don't want to send this data, you can opt-out by setting
config.send_client_reports = false
.Bug Fixes
- Connect
Sidekiq
's transaction with its parent when possible #1590
- Fixes #1586
- Use nil instead of false to disable callable settings #1594
- Avoid duplicated sampling on Transaction events #1601
- Remove verbose data from
#inspect
result #1602Refactoring
- Move Sentry::Rails::CaptureExceptions before ActionDispatch::ShowExceptions #1608
- Refactor
Sentry::Configuration
#1595- Tracing subscribers should be multi-event based #1587
Miscellaneous
- Start Testing Against Rails 7.0 #1581
Commits
-
eadc904
release: 4.8.0 -
4ed7d63
Update changelog entry title -
02d4b80
Fix typo -
af74668
Improve description about client reports (#1614) -
bd82fbc
Remove SemVer compatibility result from readme (#1613) -
d654a60
feat: Add client reports (#1604) -
c4d2623
Remove verbose data from #inspect result (#1602) -
602864f
Log event payload in debug mode (#1606) -
8426c82
Migrate codecov uploader (#1607) -
06e6d78
Remove unnecessary sentry-raven CI steps or checks (#1610) - Additional commits viewable in compare view
Updates sentry-ruby
from 4.7.3 to 4.8.0
Changelog
Sourced from sentry-ruby's changelog.
4.8.0
Features
Support exception frame's local variable capturing
Example:
To enable this feature, you need to set
config.capture_exception_frame_locals
totrue
:Sentry.init do |config| config.capture_exception_frame_locals = true # default is false end
This feature should only introduce negligible performance overhead in most Ruby applications. But if you notice obvious performance regression, please file an issue and we'll investigate it.
Support
ActiveStorage
spans in tracing events #1588Support
Sidekiq
Tags in Sentry #1596Add Client Reports to collect dropped event statistics #1604
This feature reports statistics about dropped events along with sent events (so no additional requests made). It'll help Sentry improve SDKs and features like rate-limiting. This information will not be visible to users at the moment, but we're planning to add this information to user-facing UI.
If you don't want to send this data, you can opt-out by setting
config.send_client_reports = false
.Bug Fixes
- Connect
Sidekiq
's transaction with its parent when possible #1590
- Fixes #1586
- Use nil instead of false to disable callable settings #1594
- Avoid duplicated sampling on Transaction events #1601
- Remove verbose data from
#inspect
result #1602Refactoring
- Move Sentry::Rails::CaptureExceptions before ActionDispatch::ShowExceptions #1608
- Refactor
Sentry::Configuration
#1595- Tracing subscribers should be multi-event based #1587
Miscellaneous
- Start Testing Against Rails 7.0 #1581
Commits
-
eadc904
release: 4.8.0 -
4ed7d63
Update changelog entry title -
02d4b80
Fix typo -
af74668
Improve description about client reports (#1614) -
bd82fbc
Remove SemVer compatibility result from readme (#1613) -
d654a60
feat: Add client reports (#1604) -
c4d2623
Remove verbose data from #inspect result (#1602) -
602864f
Log event payload in debug mode (#1606) -
8426c82
Migrate codecov uploader (#1607) -
06e6d78
Remove unnecessary sentry-raven CI steps or checks (#1610) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts