Release v1.5.0
Release v1.5.0
Changelog
Added
before_send_handler.ignore_pure_access_denied(defaulttrue): drops pureAccessDeniedException/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: prependssentry.options.before_sendwhen the app did not configure one.
Fixed
- Removed the legacy
IgnoreAccessDeniedSentryListenerglobalbefore_sendcallback 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 tobefore_send_handler.ignore_pure_access_denied.
Full Changelog: v1.4.1...v1.5.0