Skip to content

Release v1.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 11:02
· 76 commits to main since this release

Release v1.5.0

Changelog

Added

  • before_send_handler.ignore_pure_access_denied (default true): drops pure AccessDeniedException / AccessDeniedHttpException (main or sub-request). Keeps parent-page failures where the reported exception wraps a sub-request 403 (e.g. Twig template rendering error).
  • sub_request_access_denied_listener: enriches Sentry scope when a sub-request access denied breaks the parent page.
  • before_send_handler.register_automatically: prepends sentry.options.before_send when the app did not configure one.

Fixed

  • Removed the legacy IgnoreAccessDeniedSentryListener global before_send callback that discarded all Sentry events after any access denied in the same request.

Changed

  • ignore_access_denied_listener: no longer registers a kernel listener; kept as a BC toggle mapped to before_send_handler.ignore_pure_access_denied.

Full Changelog: v1.4.1...v1.5.0