sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Don't log all `ERROR` logs as events

Open sentrivana opened this issue 1 month ago • 1 comments

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.

sentrivana avatar Oct 23 '25 15:10 sentrivana