dep: bump sentry-sidekiq from 5.6.0 to 5.7.0
Bumps sentry-sidekiq from 5.6.0 to 5.7.0.
Changelog
Sourced from sentry-sidekiq's changelog.
5.7.0
Features
- Expose
span_id
inSpan
constructor #1945- Expose
end_timestamp
inSpan#finish
andTransaction#finish
#1946- Add
Transaction#set_context
api #1947- Add OpenTelemetry support with new
sentry-opentelemetry
gem
Add
config.instrumenter
to switch between:sentry
and:otel
instrumentation #1944The new
sentry-opentelemetry
gem adds support to automatically integrate OpenTelemetry performance tracing with Sentry. Give it a try and let us know if you have any feedback or problems with using it.
Commits
-
cf39981
release: 5.7.0 -
5ba3268
Fix bad link in changelog (#1953) -
1b39e7e
Add newsentry-opentelemetry
gem (#1948) -
3567021
Pin jruby to 9.3 for sentry-raven (#1951) -
b3291a5
AddTransaction#set_context
api (#1947) -
3fad30c
Expose optional end_timestamp argument in Span#finish and Transaction#finish ... -
fa98335
Expose span_id in Span constructor (#1945) -
a62fb2d
Add config.instrumenter to switch between sentry and otel instrumentation (#1... -
f78a284
Adjust tests for jruby 9.4 (#1949) -
5bfdf80
Clarify op change for traces_sampler usage (#1939) - 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 | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| services | 181 | 0 | 0 | 0 | 181 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 243 | 0 | 0 | 0 | 243 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov