What will happen to my application when sentry down?

Hi,

I’m new to sentry, and I did not find anything that satisfy my question.

What will happen to my application when sentry down?

I have a spring boot application, if sentry is down will my application be affected? like will it be dependent on it and make my application unreachable?

Thank you.

Sentry clients are designed for loss of connectivity where they either retry or buffer to a persistent storage: https://docs.sentry.io/clients/java/config/#buffering-events-to-disk

The Java client uses an async connection to the servers to not block the main app too. @marandaneto may speak more I think.

1 Like