Replies: 1 comment 1 reply
-
Is this maybe because of adblockers? I recognize you setup a tunneling route - but maybe that too is being blocked? Are you using app or pages router? For the app router we just updated our error boundary docs - perhaps this will help? https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#report-react-component-render-errors |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. This sounds like a classic issue with misconfiguration, but I am starting to be desperate.
We have a NextJS
14.0.1
app with Sentry@sentry/[email protected]
, deployed onvercel
. We don't use anything fancy, fairly simple basic config:server
client
When I create a test error, like triggering a
new Error("test")
on FE (e.g. in a react component) or BE (e.g. in a HTTP endpoint) when clicking on a button, it works, gets properly recorded in sentry.But at the same time we know for sure that there are more errors happening - and they get very rarely recorded in sentry (like maybe only 1/10 errors). I can't find out what the reason for this discrepancy is. Users send us screenshots with clear errors that should end up in sentry, but nothing shows up for us. Any idea what's going on? Is there something obvious I am missing? I do realize this is a somewhat nebulous question, but I will appreciate even indirect proposals for debugging or something.
Beta Was this translation helpful? Give feedback.
All reactions