They happen when a process is closing while there are Sentry events to send.
We do not want more noise and so we will silence any logging errors in tests using:
import logging logging.raiseExceptions = False
They happen when a process is closing while there are Sentry events to send.
We do not want more noise and so we will silence any logging errors in tests using:
import logging logging.raiseExceptions = False