When Sentry goes down/offline my entire app crashes?! #5162
-
I have recently implemented Sentry in a next.js application. We use a self hosted version of Sentry which is very underpowered and it frequently goes down. When this happens and when an error occurs in the app, sentry is unable to send the request and it crashes the entire app
I assumed that when sentry goes offline my app should continue working as normal? @vladanpaunovic We have run extensive tests and concluded that it was not Sentry at fault after all. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @mabasic, this is definitely an unintended behaviour which we didn't experience yet. Our SDK is designed to keep your app intact even when Sentry is experiencing downtime. As I couldn't reproduce this myself, can you please create an issue with the reproduction repository? Once this is in place, someone here will help you. |
Beta Was this translation helpful? Give feedback.
Hey @mabasic, this is definitely an unintended behaviour which we didn't experience yet.
Our SDK is designed to keep your app intact even when Sentry is experiencing downtime.
As I couldn't reproduce this myself, can you please create an issue with the reproduction repository? Once this is in place, someone here will help you.