Bump sentry-rails from 5.28.0 to 6.5.0 by dependabot[bot] · Pull Request #356 · mirego/killswitch

Conversation

@dependabot

Bumps sentry-rails from 5.28.0 to 6.5.0.

Changelog

Sourced from sentry-rails's changelog.

6.5.0

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

6.4.1

Bug Fixes 🐛

6.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
    end

    Under the hood, this will setup:

    • An OpenTelemetry::Exporter that will automatically set up the OTLP ingestion endpoint from your DSN
      • You can turn this off with config.otlp.setup_otlp_traces_exporter = false to setup your own exporter
    • An OTLPPropagator that 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 SpanProcessor before, we recommend migrating over to config.otlp since it's a much simpler setup.

... (truncated)

Commits
  • a34b047 release: 6.5.0
  • a1c5282 fix(rails): set mechanism.handled based on error handling status (#2892)
  • cf9e45c fix: Map trilogy database adapter to mysql for Query Insights compatibili...
  • a640799 release: 6.4.1
  • 66c2ad1 fix(rails): Track request queue time in Rails middleware (#2877)
  • 38b827d release: 6.4.0
  • 783250e fix(rails): use ActionDispatch::ExceptionWrapper for correct HTTP status co...
  • babf7aa release: 6.3.0
  • 854f4ca Handle more extra attribute types when logging (#2815)
  • 9ce51e3 Automatic collection of Sequel queries (#2814)
  • Additional commits viewable in compare view

Labels

dependencies

Pull requests that update a dependency file

ruby

Pull requests that update Ruby code

0 participants