We need to set up a sampling function as per https://docs.sentry.io/platforms/python/guides/django/configuration/sampling/#setting-a-sampling-function such that calls to the /health endpoint are never sent to Sentry as they are consuming too much of our quota.
We need to set up a sampling function as per https://docs.sentry.io/platforms/python/guides/django/configuration/sampling/#setting-a-sampling-function such that calls to the /health endpoint are never sent to Sentry as they are consuming too much of our quota.