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

[11.x] Improves errors #51261

Draft
wants to merge 90 commits into
base: 11.x
Choose a base branch
from
Draft

[11.x] Improves errors #51261

wants to merge 90 commits into from

Conversation

nunomaduro
Copy link
Member

No description provided.

@nunomaduro nunomaduro changed the title [11.x] Improves error rendering [11.x] Improves errors May 1, 2024
@nunomaduro nunomaduro marked this pull request as draft May 1, 2024 21:22
@nunomaduro nunomaduro marked this pull request as ready for review May 6, 2024 18:05
$events->listen(QueryExecuted::class, [$this, 'onQueryExecuted']);

if (isset($_SERVER['LARAVEL_OCTANE'])) {
$events->listen([RequestReceived::class, TaskReceived::class, TickReceived::class, RequestTerminated::class], function () {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nunomaduro does this need to also reset on any job events?

@taylorotwell
Copy link
Member

@nunomaduro I think this is good pending those weird HTML formatting things I pointed out and single comment above.

@taylorotwell taylorotwell marked this pull request as draft May 20, 2024 21:09
*
* @return void
*/
protected function regsiterExceptionRenderer()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regsiter ➡️ Register

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

Successfully merging this pull request may close these issues.

None yet

6 participants