mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -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
|
@ -36,6 +36,7 @@ message Slice
|
|||
string sentry_id = 6; // The anonymized Sentry user id that requested the slice
|
||||
string cura_version = 7; // The version of Cura that requested the slice
|
||||
optional string project_name = 8; // The name of the project that requested the slice
|
||||
optional string user_name = 9; // The Digital Factory account name of the user that requested the slice
|
||||
}
|
||||
|
||||
message Extruder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue