Sentry crashes Node and Nextjs when not available #6324
Unanswered
ditschedev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, that sounds bad. What version of the Next.js SDK and what version of Next.js are you on? Maybe you can open an issue with steps on how to reproduce this? |
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
-
We recently had a problem with our self-hosted sentry instance as the server was not responding.
While that happend we noticed that all our frontends using the latest
@sentry/nextjs
were trapped in a restart loop because sentry could not send any more events to the api.That is very problamatic indeed, in previous versions the requests were just cancelled and the system worked fine without sentry beeing responding, which is what we expect to happen.
Has anyone had this problem as well?
Beta Was this translation helpful? Give feedback.
All reactions