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(nextjs): return the correct result if file is missing #1356

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

subzero10
Copy link
Member

Status

READY

Description

When creating a new entry for webpack configuration, we are passing the originalEntry so we can merge with Honeybadger's configuration. If we are not setting any Honeybadger configuration, the originalEntry must still be evaluated since its result is used in the new entry.
Fixes: #1348.

@subzero10 subzero10 merged commit 9ac2db8 into master Jun 1, 2024
9 checks passed
@subzero10 subzero10 deleted the fix-return-if-file-is-missing-#1348 branch June 1, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Middleware not being built if honeybadger.edge.config.js file is not present
2 participants