Ensure that stored log lines are sent to sentry if they haven't already been logged

CURA-8760
This commit is contained in:
Jaime van Kessel 2022-01-03 14:10:36 +01:00
parent e6830f0241
commit 3bfea5b970
3 changed files with 14 additions and 2 deletions

View file

@ -11,7 +11,6 @@ try:
except ImportError:
pass
from typing import Optional
import os
class SentryLogger(LogOutput):