mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Ensure that stored log lines are sent to sentry if they haven't already been logged
CURA-8760
This commit is contained in:
parent
e6830f0241
commit
3bfea5b970
3 changed files with 14 additions and 2 deletions
|
@ -11,7 +11,6 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
from typing import Optional
|
||||
import os
|
||||
|
||||
|
||||
class SentryLogger(LogOutput):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue