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.4.0 to 4.5.0
Changelog
Sourced from sentry-sidekiq's changelog.
4.5.0
Features
- Implement sentry-trace propagation #1446
The SDK will insert the
sentry-trace
to outgoing requests made withNet::HTTP
. Its value would look liked827317d25d5420aa3aa97a0257db998-57757614642bdff5-1
.If the receiver service also uses Sentry and the SDK supports performance monitoring, its tracing event will be connected with the sender application's.
Example:
This feature is activated by default. But users can use the new
config.propagate_traces
config option to disable it.
- Add configuration option
skip_rake_integration
#1453With this new option, users can skip exceptions reported from rake tasks by setting it
true
. Default isfalse
.Bug Fixes
Commits
-
7a07f71
release: 4.5.0 -
e041c79
Continue #1453 (#1459) -
b99d728
Add configuration option skip_rake_integration (#1453) -
f3c310a
Move unreleased entries to project changelog and deprecate old ones (#1458) -
6ce9a01
Merge release/4.5.0-beta.1 into master -
5f2a0dd
release: 4.5.0-beta.1 -
ea1ae50
Use Ruby 2.7 to build gem source (#1456) -
889ce77
Add "Batch Build Release" workflow (#1455) -
2467c93
Batch release prepare (#1450) -
e4b6d66
Implement sentry-trace propagation (#1446) - Additional commits viewable in compare view
Updates sentry-rails
from 4.4.0 to 4.5.0
Changelog
Sourced from sentry-rails's changelog.
4.5.0
Features
- Implement sentry-trace propagation #1446
The SDK will insert the
sentry-trace
to outgoing requests made withNet::HTTP
. Its value would look liked827317d25d5420aa3aa97a0257db998-57757614642bdff5-1
.If the receiver service also uses Sentry and the SDK supports performance monitoring, its tracing event will be connected with the sender application's.
Example:
This feature is activated by default. But users can use the new
config.propagate_traces
config option to disable it.
- Add configuration option
skip_rake_integration
#1453With this new option, users can skip exceptions reported from rake tasks by setting it
true
. Default isfalse
.Bug Fixes
Commits
-
7a07f71
release: 4.5.0 -
e041c79
Continue #1453 (#1459) -
b99d728
Add configuration option skip_rake_integration (#1453) -
f3c310a
Move unreleased entries to project changelog and deprecate old ones (#1458) -
6ce9a01
Merge release/4.5.0-beta.1 into master -
5f2a0dd
release: 4.5.0-beta.1 -
ea1ae50
Use Ruby 2.7 to build gem source (#1456) -
889ce77
Add "Batch Build Release" workflow (#1455) -
2467c93
Batch release prepare (#1450) -
e4b6d66
Implement sentry-trace propagation (#1446) - Additional commits viewable in compare view
Updates sentry-ruby
from 4.4.2 to 4.5.0
Changelog
Sourced from sentry-ruby's changelog.
4.5.0
Features
- Implement sentry-trace propagation #1446
The SDK will insert the
sentry-trace
to outgoing requests made withNet::HTTP
. Its value would look liked827317d25d5420aa3aa97a0257db998-57757614642bdff5-1
.If the receiver service also uses Sentry and the SDK supports performance monitoring, its tracing event will be connected with the sender application's.
Example:
This feature is activated by default. But users can use the new
config.propagate_traces
config option to disable it.
- Add configuration option
skip_rake_integration
#1453With this new option, users can skip exceptions reported from rake tasks by setting it
true
. Default isfalse
.Bug Fixes
Commits
-
7a07f71
release: 4.5.0 -
e041c79
Continue #1453 (#1459) -
b99d728
Add configuration option skip_rake_integration (#1453) -
f3c310a
Move unreleased entries to project changelog and deprecate old ones (#1458) -
6ce9a01
Merge release/4.5.0-beta.1 into master -
5f2a0dd
release: 4.5.0-beta.1 -
ea1ae50
Use Ruby 2.7 to build gem source (#1456) -
889ce77
Add "Batch Build Release" workflow (#1455) -
2467c93
Batch release prepare (#1450) -
e4b6d66
Implement sentry-trace propagation (#1446) - 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