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): add honeybadger in external packages #1352

Merged
merged 1 commit into from
May 24, 2024

Conversation

subzero10
Copy link
Member

Status

READY

Description

Fixes #1351.
Adds @honeybadger-io/js to external packages, since it uses Node.js require to import configuration files dynamically.

@subzero10 subzero10 requested review from stympy and joshuap May 19, 2024 11:06
@subzero10 subzero10 self-assigned this May 19, 2024

const nextJsVersion = getNextJsVersionInstalled();
if (nextJsVersion) {
if (+nextJsVersion[0] >= 14 && +nextJsVersion[1] >= 3) {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the option available in the documentation today, but it's not available with the current latest stable release (14.2.3), so I took a guess here and assumed that the next minor version should have it.

Copy link
Member

@joshuap joshuap left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@subzero10 subzero10 merged commit 5d73daf into master May 24, 2024
9 checks passed
@subzero10 subzero10 deleted the nextjs-add-honeybadger-in-external-packages-#1351 branch May 24, 2024 20:32
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.

Loading the config cause Critical dependency: the request of a dependency is an expression
3 participants