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): Download CLI binary if it can't be found #9584

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

lforst
Copy link
Member

@lforst lforst commented Nov 16, 2023

Fixes #8659

With this change we will attempt to download the Sentry CLI binary if we detect that it doesn't exist.

We have to do this in a plugin because we cannot run async code in the config generation code. This generally works well. There is some ugliness involved because our webpack plugin has compat issues with Next.js.

@lforst lforst merged commit ed2b201 into develop Nov 16, 2023
87 checks passed
@lforst lforst deleted the lforst-install-cli-binary branch November 16, 2023 13:53
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.

Vercel + Nextjs cannot find Sentry CLI binary
3 participants