You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable exception alerting when service is disabled
If SERVICE_ENABLED is false we put up a maintenence page which is a 503
response. This is considered an exception so it sets off our app
insights exception alert.
Instead we can just not enable this alert in this situation, however the
rest of the alerts are still enabled as the environment is still
running regardless of whether the app is serving normal requests.
0 commit comments