mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Use cura sentry id and version
Contribute to CURA-11482
This commit is contained in:
parent
a071795f9e
commit
a6218c3f54
2 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,8 @@ message Slice
|
|||
repeated Extruder extruders = 3; // The settings sent to each extruder object
|
||||
repeated SettingExtruder limit_to_extruder = 4; // From which stack the setting would inherit if not defined per object
|
||||
repeated EnginePlugin engine_plugins = 5;
|
||||
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
|
||||
}
|
||||
|
||||
message Extruder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue