Hi, we use Django application with Google Cloud Kubernetes Engine.
We have many pods, and liveness probes that calls
/healthcheck
endpoints.
Can we exclude it from transactions/performance metrics, to not pay for hundred thousands transactions every day, that’s not needed in sentry?
I can’t find it in Python/Django configuration documentation
@untitaker I tried this with v0.17.4 and got the following error:
AttributeError: 'NoneType' object has no attribute 'sampled'
File "django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "ll/apps/core/middleware.py", line 8, in middleware
scope.transaction.sampled = False