We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Sentry Saas (sentry.io)
@sentry/browser
^8.26.0
@sentry/nuxt: 9.17.0 Nuxt: 3.16.2
No response
export default defineNuxtConfig({ modules: ['@sentry/nuxt/module'], ssr: false, sourcemap: {client: 'hidden'} sentry: { sourceMapsUploadOptions: { authToken: "my-auth-token", org: "my-org", project: "my-project-name", } } })
Nuxt build fails with: FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
Followed by: CustomerError: Failed to find the deploy-manifest.json file in the build output.
CustomerError: Failed to find the deploy-manifest.json file in the build output.
This only happens when sourcemaps.enable = true in the Sentry module config.
The text was updated successfully, but these errors were encountered:
Hi @husamMousa, thanks for writing in and sorry to see you experiencing issues during builds.
Could you try to disable source maps in your nuxt config: sourcemap: false and see if you're still running out of memory?
sourcemap: false
I'm not familiar with AWS amplify, is there an option to increase the available memory?
Sorry, something went wrong.
Hi @andreiborza, thank you for your reply.
I previously tried setting sourcemap to false. The build succeeded, but the sourcemap wasn't generated.
sourcemap
false
I also increased the memory size, but the problem persists.
This is possibly related to #13836 🤔 Can you tell us what the memory is that is configured? And how large are your largest build output files?
No branches or pull requests
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
^8.26.0
Framework Version
@sentry/nuxt: 9.17.0 Nuxt: 3.16.2
Link to Sentry event
No response
Reproduction Example/SDK Setup
Steps to Reproduce
Expected Result
Actual Result
Nuxt build fails with:
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
Followed by:
CustomerError: Failed to find the deploy-manifest.json file in the build output.
This only happens when sourcemaps.enable = true in the Sentry module config.
The text was updated successfully, but these errors were encountered: