Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add regression test #1051
Add regression test #1051
Conversation
|
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. |
|
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". |
This is just a regression test. I may not have the time to fix it, feel free to push it forward.