mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Add user (identified by MAC) & ensure that no personal info is in server_name
This commit is contained in:
parent
8dc6e7a386
commit
0295113b31
2 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@ import faulthandler
|
|||
import tempfile
|
||||
import os
|
||||
import os.path
|
||||
import time
|
||||
import uuid
|
||||
import json
|
||||
import locale
|
||||
from typing import cast
|
||||
|
@ -212,6 +212,8 @@ class CrashHandler:
|
|||
scope.set_tag("locale_cura", self.cura_locale)
|
||||
scope.set_tag("is_enterprise", ApplicationMetadata.IsEnterpriseVersion)
|
||||
|
||||
scope.set_user({"id": str(uuid.getnode())})
|
||||
|
||||
return group
|
||||
|
||||
def _getOpenGLInfo(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue