Replies: 1 comment
-
You might have an inbound filter enabled for chunk load errors. What do you have enabled in This is enabled by default for new projects. Otherwise if the problem is that the SDK is not loaded in time, this seems like something we need to improve. Mind opening a feature request? https://github.com/getsentry/sentry-javascript/issues/new?template=feature.yml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We had a problem recently where a chunk was stored badly in our CDN, leading to clients getting
Uncaught SyntaxError: Unexpected end of input
.I'm looking for a way to catch these kinds of errors and send them to sentry.
Here's a reproduction repo: https://github.com/ostenbom/reproduce-sentry-next-chunk-error
Essentially the playwright test reproduces a js chunk load error:
Here, the error comes into the console but is not sent to Sentry.
Any thoughts on being able to catch "catastrophic" errors like these?
Beta Was this translation helpful? Give feedback.
All reactions