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

[4.x] Avoid custom exception handler for API requests #9275

Merged
merged 8 commits into from Jan 9, 2024

Conversation

duncanmcclean
Copy link
Member

This pull request makes some changes around how exceptions are rendered on API routes.

Instead of swapping out the exception handler and rendering them that way (which would mean errors wouldn't get sent to error tracking services), we're now handling the rendering on the individual exceptions instead.

Fixes #4486.

@jasonvarga jasonvarga merged commit 934f895 into 4.x Jan 9, 2024
35 checks passed
@jasonvarga jasonvarga deleted the fix/api-exception-handling branch January 9, 2024 16:49
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.

Exception doesn't go through Handler
2 participants