How to come up with reproductions for production-only Nuxt crashes?
We're having quite a few Sentry alerts in production due to stuff like manifest errors (similar to https://github.com/nuxt/nuxt/issues/25977) or failed CSS preloading, but we currently can't provide repros as there are way to many modules in the project and these errors are very obscure. What's the approach for debugging them and maybe be able to get a repro?
2 Replies
you can try the chunkError hook https://github.com/nuxt/nuxt/pull/19038/
GitHub
feat(nuxt): add experimental
app:chunkError
hook and reload strat...π Linked issue
resolves #14594
β Type of change
π Documentation (updates to the documentation or readme)
π Bug fix (a non-breaking change that fixes an issue)
π Enhancement (improving an existi...
thank you so much! we'll give this a shot