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

Add regression test #1051

Draft
wants to merge 1 commit into
base: master
from
Draft

Add regression test #1051

wants to merge 1 commit into from

Conversation

@Jean85
Copy link
Collaborator

@Jean85 Jean85 commented Jul 16, 2020

This is just a regression test. I may not have the time to fix it, feel free to push it forward.

@mfb
Copy link
Contributor

@mfb mfb commented Jul 16, 2020

I think Sentry is creating a FatalErrorException for E_COMPILE_WARNING (and E_CORE_WARNING) because an error handler function cannot handle these error types. I don't think it should though, as these are by definition not fatal errors, so it just creates confusion for the user.

@mfb
Copy link
Contributor

@mfb mfb commented Jul 16, 2020

By the way, this error is also captured by Sentry 1.x, but as an ErrorException with level "warning", rather than a FatalErrorException with level "fatal".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.