Bump sentry-rails from 5.28.0 to 6.5.0 by dependabot[bot] · Pull Request #356 · mirego/killswitch
Conversation
Bumps sentry-rails from 5.28.0 to 6.5.0.
Changelog
Sourced from sentry-rails'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.0a1c5282fix(rails): set mechanism.handled based on error handling status (#2892)cf9e45cfix: Maptrilogydatabase adapter tomysqlfor Query Insights compatibili...a640799release: 6.4.166c2ad1fix(rails): Track request queue time in Rails middleware (#2877)38b827drelease: 6.4.0783250efix(rails): useActionDispatch::ExceptionWrapperfor correct HTTP status co...babf7aarelease: 6.3.0854f4caHandle more extra attribute types when logging (#2815)9ce51e3Automatic collection of Sequel queries (#2814)- 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