Solutionunvalidated

A workaround would be to create a wrapper function for logging — for logging which explicitly captures exceptions. Tension: you'll need to change logging everywhere in your project. Outcome: except Exception as e: sentry_sdk.capture_exception(e).

e892f212-d7c7-42a5-a619-43ba4d41c5fe

A workaround would be to create a wrapper function for logging — for logging which explicitly captures exceptions. Tension: you'll need to change logging everywhere in your project. Outcome: except Exception as e: sentry_sdk.capture_exception(e).