Always send user name for Sentry if available

CURA-11482
This commit is contained in:
Erwan MATHIEU 2024-01-15 15:22:25 +01:00
parent 557a95568c
commit ab322ae703
3 changed files with 2 additions and 6 deletions

View file

@ -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