Skip to content

dep: bump sentry-rails, sentry-ruby and sentry-sidekiq

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 #1783
operation_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
  • Add config.rails.register_error_subscriber to control error reporter integration #1771
  • Check if ActiveRecord connection exists before calling AR connection pool #1769
  • Fix sentry-rails's tracing spans not nesting issue - #1784
  • Update config.transport.proxy to allow String and URI values as previously supported by sentry-ruby versions <= 4.8 using Faraday
  • Register SentryContextClientMiddleware on sidekiq workers #1774
  • Add request env to sampling context when using sentry-rails #1792
  • 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

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 #1783
operation_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
  • Add config.rails.register_error_subscriber to control error reporter integration #1771
  • Check if ActiveRecord connection exists before calling AR connection pool #1769
  • Fix sentry-rails's tracing spans not nesting issue - #1784
  • Update config.transport.proxy to allow String and URI values as previously supported by sentry-ruby versions <= 4.8 using Faraday
  • Register SentryContextClientMiddleware on sidekiq workers #1774
  • Add request env to sampling context when using sentry-rails #1792
  • 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

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 #1783
operation_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
  • Add config.rails.register_error_subscriber to control error reporter integration #1771
  • Check if ActiveRecord connection exists before calling AR connection pool #1769
  • Fix sentry-rails's tracing spans not nesting issue - #1784
  • Update config.transport.proxy to allow String and URI values as previously supported by sentry-ruby versions <= 4.8 using Faraday
  • Register SentryContextClientMiddleware on sidekiq workers #1774
  • Add request env to sampling context when using sentry-rails #1792
  • 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


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: test report for 2ba39d5f

+----------------------------------------------------------+
|                    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

Merge request reports