-
Notifications
You must be signed in to change notification settings - Fork 175
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
E_NOTICE and E_DEPRECATED / E_USER_DEPRECATED are no longer reported #318
Comments
This may depend on the |
I think that's the issue indeed. I didn't specify or change the error types. When I check the code from this bundle, I see it only tapping into kernel errors. |
The problem here is that I had to ditch the error handler approach because it collided a lot with Symfony's error handler. This seems to be a side effect of that choice, but I would prefer not to revert to the old approach due to those issues. Any suggestions? |
What about registering the old handler but only for things that are not handled by Symfony? |
Right now the rergistration is done with the ErrorListenerIntegration, and it's bound to the |
Closing this for inactivity. Feel free to reopen/reply further if needed. |
I think this is still a valid issue or did something change regarding this? |
#322 surely changed how we handle that stuff. Also, 4.0 got released in the meantime, so that changed some stuff on the integrations too. Please report back if this is still applicable. |
Every since upgrading to Sentry V3 I notice that we no longer get
E_NOTICE
andE_DEPRECATED
/E_USER_DEPRECATED
in Sentry.Did something change? Do I manually need to enable this somewhere? Or did this never work and am I confused?
The text was updated successfully, but these errors were encountered: