mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
Add extra tag if crash was during startup or not
This commit is contained in:
parent
466c90ca6c
commit
028a60318c
2 changed files with 7 additions and 1 deletions
|
@ -65,6 +65,9 @@ class CrashHandler:
|
|||
if has_started and exception_type in skip_exception_types:
|
||||
return
|
||||
|
||||
with configure_scope() as scope:
|
||||
scope.set_tag("during_startup", not has_started)
|
||||
|
||||
if not has_started:
|
||||
self._send_report_checkbox = None
|
||||
self.early_crash_dialog = self._createEarlyCrashDialog()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue