Bump sentry-ruby from 5.28.0 to 6.5.0 by dependabot[bot] · Pull Request #355 · mirego/killswitch
Conversation
Bumps sentry-ruby from 5.28.0 to 6.5.0.
Changelog
Sourced from sentry-ruby's changelog.
6.5.0
New Features ✨
- (otlp) Add collector_url option to OTLP integration by
@sl0thentr0pyin #2887- (release-detector) Prefer HEROKU_BUILD_COMMIT over deprecated HEROKU_SLUG_COMMIT by
@ericapisaniin #2886- Implement strict trace continuation by
@giortzisgin #2872Bug Fixes 🐛
- Do not overwrite baggage header contents if it already exists by
@jakubsomondayin #2894- (rails) Set mechanism.handled based on error handling status by
@solnicin #2892- Copy event processors on Scope#dup by
@sl0thentr0pyin #2893- Map
trilogydatabase adapter tomysqlfor Query Insights compatibility by@krismichalskiin #2656- Don't transform attributes in place in metrics by
@sl0thentr0pyin #2883Internal Changes 🔧
- (transport) Handle HTTP 413 response for oversized envelopes by
@sl0thentr0pyin #28856.4.1
Bug Fixes 🐛
- (rails) Track request queue time in Rails middleware by
@dingsdaxin #28776.4.0
Features
Add support for OTLP ingestion in
sentry-opentelemetry(#2853)Sentry now has first class OTLP ingestion capabilities.
Sentry.init do |config| ## ... config.otlp.enabled = true endUnder the hood, this will setup:
- An
OpenTelemetry::Exporterthat will automatically set up the OTLP ingestion endpoint from your DSN
- You can turn this off with
config.otlp.setup_otlp_traces_exporter = falseto setup your own exporter- An
OTLPPropagatorthat ensures Distributed Tracing works
- You can turn this off with
config.otlp.setup_propagator = false- Trace/Span linking for all other Sentry events such as Errors, Logs, Crons and Metrics
If you were using the
SpanProcessorbefore, we recommend migrating over toconfig.otlpsince it's a much simpler setup.
... (truncated)
Commits
a34b047release: 6.5.0d61d271fix: Copy event processors on Scope#dup (#2893)8205acbfix(release-detector): Prefer HEROKU_BUILD_COMMIT over deprecated HEROKU_SLUG...2c1c8b7feat(transport): Handle HTTP 413 response for oversized envelopes (#2885)5685885fix: Don't transform attributes in place in metrics (#2883)d8352b6test: fix flaky request timing tests (#2882)cfcab4bfeat: Implement strict trace continuation (#2872)a640799release: 6.4.166c2ad1fix(rails): Track request queue time in Rails middleware (#2877)38b827drelease: 6.4.0- Additional commits viewable in compare view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters