Skip to content

5.4.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 08 Sep 09:23

The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.4.0.

Features

  • Introduce Sentry Structured Logging support. (#940)
sentry:
  options:
    enable_logs: true

services:
  Sentry\SentryBundle\Monolog\LogsHandler:
    arguments:
      - !php/const Monolog\Logger::INFO

monolog:
  handlers:
    sentry_logs:
      type: service
      id: Sentry\SentryBundle\Monolog\LogsHandler

Bug Fixes

  • Add buffer flusher for sentry monolog handler. (#936)