Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ErrorRenderer to be compatible with new Twig-less error rendering #43

Merged
merged 5 commits into from
Nov 26, 2024

Conversation

VasekPurchart
Copy link
Owner

@VasekPurchart VasekPurchart commented Nov 15, 2024

BC breaks

The controller Tracy BlueScreen is no longer based on a event listener, but instead relies on new ErrorRenderer interface from symfony/error-handler. It should work the same, but the internals have been completely changed (for details see #43) so:

  • configuration option controller.listener_priority has been removed
  • there are different classes handling this
  • different DI service names, if you override these for custom configuration.

@VasekPurchart VasekPurchart force-pushed the symfony-4.4 branch 3 times, most recently from 33a2076 to 263e193 Compare November 15, 2024 15:56
@VasekPurchart VasekPurchart merged commit 3174843 into master Nov 26, 2024
20 checks passed
@VasekPurchart VasekPurchart deleted the symfony-4.4 branch November 26, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant