Skip to content

5.26.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 30 Jun 12:51

Feature

  • Support for :logger patch which enables sending logs to Sentry when enabled_logs is set to true (#2657)

    Here's a sample config:

    Sentry.init do |config|
      # ... your setup ...
      config.enable_logs = true
      config.enabled_patches = [:logger]
    end

Bug Fixes

  • Skip creating LogEventBuffer if logging is not enabled (#2652)