dep: bump sentry-rails, sentry-ruby and sentry-sidekiq
requested to merge dependabot-bundler-sentry-rails-and-sentry-ruby-and-sentry-sidekiq-5.3.0 into master
Bumps sentry-rails, sentry-ruby and sentry-sidekiq. These dependencies needed to be updated together.
Updates sentry-rails
from 5.2.1 to 5.3.0
Changelog
Sourced from sentry-rails's changelog.
5.3.0
Features
- Add
Sentry.with_child_span
for easier span recording #1783operation_result = Sentry.with_child_span(op: "my op") do |child_span| my_operation end the "my op" span will be attached to the result of Sentry.get_current_scope.get_span which could be either the top-level transaction, or a span set by the user or other integrations
Bug Fixes
- Set
last_event_id
only for error events #1767
- Fixes #1766
- Add
config.rails.register_error_subscriber
to control error reporter integration #1771- Check if ActiveRecord connection exists before calling AR connection pool #1769
- Fixes #1745
- Fix
sentry-rails
's tracing spans not nesting issue - #1784
- Fixes #1723
- Update
config.transport.proxy
to allow String and URI values as previously supported bysentry-ruby
versions <= 4.8 using Faraday
- Fixes #1782
- Register SentryContextClientMiddleware on sidekiq workers #1774
- Add request env to sampling context when using
sentry-rails
#1792
- Fixes #1791
- Fix net-http tracing's span nesting issue #1796
Refactoring
- Correct inaccurate event model relationships #1777
Miscellaneous
- Log message when shutting down/killing SDK managed components #1779
Commits
-
87409b5
release: 5.3.0 -
b8d184f
Update changelog -
9d2198e
Update changelog -
07084c5
Fix net-http tracing's span nesting issue (#1796) -
942f645
Add request env to rails middleware (#1792) -
9f6ab0c
Add missing changelog entry -
c735744
Fixsentry-rails
's tracing spans not nesting issue (#1784) -
72396ce
Register SentryContextClientMiddleware on sidekiq workers (#1774) -
039a4fc
Allow config.transport.proxy to be a String or URI (#1788) -
a1ea253
AddSentry.with_child_span
for easier span recording (#1783) - Additional commits viewable in compare view
Updates sentry-ruby
from 5.2.1 to 5.3.0
Changelog
Sourced from sentry-ruby's changelog.
5.3.0
Features
- Add
Sentry.with_child_span
for easier span recording #1783operation_result = Sentry.with_child_span(op: "my op") do |child_span| my_operation end the "my op" span will be attached to the result of Sentry.get_current_scope.get_span which could be either the top-level transaction, or a span set by the user or other integrations
Bug Fixes
- Set
last_event_id
only for error events #1767
- Fixes #1766
- Add
config.rails.register_error_subscriber
to control error reporter integration #1771- Check if ActiveRecord connection exists before calling AR connection pool #1769
- Fixes #1745
- Fix
sentry-rails
's tracing spans not nesting issue - #1784
- Fixes #1723
- Update
config.transport.proxy
to allow String and URI values as previously supported bysentry-ruby
versions <= 4.8 using Faraday
- Fixes #1782
- Register SentryContextClientMiddleware on sidekiq workers #1774
- Add request env to sampling context when using
sentry-rails
#1792
- Fixes #1791
- Fix net-http tracing's span nesting issue #1796
Refactoring
- Correct inaccurate event model relationships #1777
Miscellaneous
- Log message when shutting down/killing SDK managed components #1779
Commits
-
87409b5
release: 5.3.0 -
b8d184f
Update changelog -
9d2198e
Update changelog -
07084c5
Fix net-http tracing's span nesting issue (#1796) -
942f645
Add request env to rails middleware (#1792) -
9f6ab0c
Add missing changelog entry -
c735744
Fixsentry-rails
's tracing spans not nesting issue (#1784) -
72396ce
Register SentryContextClientMiddleware on sidekiq workers (#1774) -
039a4fc
Allow config.transport.proxy to be a String or URI (#1788) -
a1ea253
AddSentry.with_child_span
for easier span recording (#1783) - Additional commits viewable in compare view
Updates sentry-sidekiq
from 5.2.1 to 5.3.0
Changelog
Sourced from sentry-sidekiq's changelog.
5.3.0
Features
- Add
Sentry.with_child_span
for easier span recording #1783operation_result = Sentry.with_child_span(op: "my op") do |child_span| my_operation end the "my op" span will be attached to the result of Sentry.get_current_scope.get_span which could be either the top-level transaction, or a span set by the user or other integrations
Bug Fixes
- Set
last_event_id
only for error events #1767
- Fixes #1766
- Add
config.rails.register_error_subscriber
to control error reporter integration #1771- Check if ActiveRecord connection exists before calling AR connection pool #1769
- Fixes #1745
- Fix
sentry-rails
's tracing spans not nesting issue - #1784
- Fixes #1723
- Update
config.transport.proxy
to allow String and URI values as previously supported bysentry-ruby
versions <= 4.8 using Faraday
- Fixes #1782
- Register SentryContextClientMiddleware on sidekiq workers #1774
- Add request env to sampling context when using
sentry-rails
#1792
- Fixes #1791
- Fix net-http tracing's span nesting issue #1796
Refactoring
- Correct inaccurate event model relationships #1777
Miscellaneous
- Log message when shutting down/killing SDK managed components #1779
Commits
-
87409b5
release: 5.3.0 -
b8d184f
Update changelog -
9d2198e
Update changelog -
07084c5
Fix net-http tracing's span nesting issue (#1796) -
942f645
Add request env to rails middleware (#1792) -
9f6ab0c
Add missing changelog entry -
c735744
Fixsentry-rails
's tracing spans not nesting issue (#1784) -
72396ce
Register SentryContextClientMiddleware on sidekiq workers (#1774) -
039a4fc
Allow config.transport.proxy to be a String or URI (#1788) -
a1ea253
AddSentry.with_child_span
for easier span recording (#1783) - 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
Allure report
allure-report-publisher
generated test report!
rspec:
+----------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+--------+
| | passed | failed | skipped | flaky | result |
+-------------+--------+--------+---------+-------+--------+
| services | 165 | 0 | 0 | 0 | ✅ |
| controllers | 24 | 0 | 0 | 0 | ✅ |
| jobs | 14 | 0 | 0 | 0 | ✅ |
| system | 9 | 0 | 0 | 0 | ✅ |
| models | 3 | 0 | 0 | 0 | ✅ |
| tasks | 7 | 0 | 0 | 0 | ✅ |
+-------------+--------+--------+---------+-------+--------+
| Total | 222 | 0 | 0 | 0 | ✅ |
+-------------+--------+--------+---------+-------+--------+
Edited by George Koltsov