dep: bump sentry-sidekiq from 5.5.0 to 5.6.0
Bumps sentry-sidekiq from 5.5.0 to 5.6.0.
Changelog
Sourced from sentry-sidekiq's changelog.
5.6.0
Features
Allow users to configure their asset-skipping pattern #1915
Users can now configure their own pattern to skip asset requests' transactions
Sentry.init do |config| config.rails.assets_regexp = /my_regexp/ end
Use
Sentry.with_child_span
in redis and net/http instead ofspan.start_child
#1920
- This might change the nesting of some spans and make it more accurate
- Followup fix to set the sentry-trace header in the correct place #1922
Use
Exception#detailed_message
when generating exception message if applicable #1924Make
sentry-sidekiq
compatible with Sidekiq 7 #1930Bug Fixes
Sentry::BackgroundWorker
will releaseActiveRecord
connection pool only when theActiveRecord
connection is establishedRemove bad encoding arguments in redis span descriptions #1914
- Fixes #1911
Add missing
initialized?
checks tosentry-rails
#1919
- Fixes #1885
Update Tracing Span's op names #1923
Currently, Ruby integrations' Span op names aren't aligned with the core specification's convention, so we decided to update them altogether in this PR. If you rely on Span op names for fine-grained event filtering, this may affect the data your app sends to Sentry.
Refactoring
- Make transaction a required argument of Span #1921
Commits
-
4e3f237
release: 5.6.0 -
0881f54
Update changelog entry (#1933) -
6b35110
Makesentry-sidekiq
compatible with Sidekiq 7 (#1930) -
ca597ad
Lock sentry-raven's sidekiq to < 7.0 (#1929) -
69073ab
Update Tracing Span's op names (#1923) -
279df83
Fix setting the sentry-trace header in net/http (#1922) -
29c444b
Make transaction a required argument of Span (#1921) -
7d97914
UseException#detailed_message
when generating exception message if applica... -
a1fda66
Fix return in do..end block (#1926) -
4865399
chore(ci): add dangerJS to police CHANGELOG.md (#1925) - 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 |
+-------------+--------+--------+---------+-------+-------+--------+
| services | 181 | 0 | 0 | 0 | 181 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 243 | 0 | 0 | 0 | 243 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+