Solutionunvalidated
This function allows you to apply any filter you want on the sentry logs before sending them to the sentry. Tension: if you return `None` in the `before_breadcrumb` function, it will not send anything to the sentry. Outcome: Check the request URL and return None if it is health check.
d1c368f0-f74b-4704-9823-0500511b8391
This function allows you to apply any filter you want on the sentry logs before sending them to the sentry. Tension: if you return None in the before_breadcrumb function, it will not send anything to the sentry. Outcome: Check the request URL and return None if it is health check.