We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current approach kinda works but has some issues:
@sentry/nextjs
runtime = "edge"
.next/app-build-manifest.json
I would like to explore using an AST-based approach to auto-wrap user modules, probably using the magicast package.
magicast
The text was updated successfully, but these errors were encountered:
magicast uses optional chaining which is node 14+ so we prob can't use it (with reasonable effort).
Sorry, something went wrong.
Turns out most of these issues are not related. No "Five at one blow" situation here :(
lforst
No branches or pull requests
The current approach kinda works but has some issues:
@sentry/nextjs
+runtime = "edge"
causes.next/app-build-manifest.json
not to be populated and builds to break #8062I would like to explore using an AST-based approach to auto-wrap user modules, probably using the
magicast
package.The text was updated successfully, but these errors were encountered: