Once I’ve integrated Sentry into my Rails application, how can I check if the application has a working connection with Sentry after every deploy in production? I’m looking for a comprehensive check to make sure that when the application raises an error, it will go through as designed.
-
enabling releases will only notify Sentry from the deployment tooling (Jenkins in our case)
-
I read about health check ping, but that will only verify credentials.
-
Sentry docs talks about health monitoring, what would be the URL to ping in that case?
-
Last resort would be to create a custom rake task that fakes an error in the system.