mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Always send user name for Sentry if available
CURA-11482
This commit is contained in:
parent
557a95568c
commit
ab322ae703
3 changed files with 2 additions and 6 deletions
|
@ -344,6 +344,7 @@ class StartSliceJob(Job):
|
|||
account = CuraApplication.getInstance().getCuraAPI().account
|
||||
if account and account.isLoggedIn and not CuraApplication.getInstance().getPreferences().getValue("info/anonymous_engine_crash_report"):
|
||||
self._slice_message.project_name = CuraApplication.getInstance().getPrintInformation().baseName
|
||||
self._slice_message.user_name = account.userName
|
||||
|
||||
# Build messages for extruder stacks
|
||||
for extruder_stack in global_stack.extruderList:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue