Closed
Description
openedon Oct 19, 2017
Hi!
I'm having a small problem with this bundle:
When I activate it, Symfony doesn't handle PHP fatal errors anymore.
Let's say I have a $this->nonExistingMethod();
in one of my controller. Without this bundle, in prod env, Symfony displays a "pretty" HTML error page.
With this bundle, I get this instead:
My env is:
PHP 7.1
Symfony v3.3.10
sentry/sentry-symfony 0.8.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment