sentry-python
sentry-python copied to clipboard
Don't log all `ERROR` logs as events
It's confusing. We can change this to only log logger.exception()s (requires https://github.com/getsentry/sentry-python/issues/4983), or not create events by default at all.