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

fix: improve user/system error boundaries #63

Merged
merged 2 commits into from
Jun 30, 2022
Merged

Conversation

eduardoboucas
Copy link
Member

We need the ability to distinguish between user and system errors when bundling edge functions. Currently, any errors resulting from the entire bundle call are flagged as user errors, which is not correct. There are some preparation/cleanup steps that are handled by us and which should generate system errors when something goes wrong.

This PR addresses that.

@eduardoboucas eduardoboucas added the type: bug code to address defects in shipped code label Jun 30, 2022
@eduardoboucas eduardoboucas merged commit a7ac87a into main Jun 30, 2022
Skn0tt pushed a commit to netlify/build that referenced this pull request Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants