Add user-agent
property to gRPC client
#790
Labels
conclusion: resolved
Issue was resolved
topic: CLI
Related to Arduino CLI
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Is your feature request related to a problem? Please describe.
This feature request is related to this new feature of the
arduno-cli
: arduino/arduino-cli#1640arduino-cli
now passes a newARDUINO_USER_AGENT
env variable to all the tools used to compile and upload. In particular, while running as a daemonarduino-cli
will pass also the name of the client using the daemon instance (in our case it will beArduinoIDE
), for example:Describe the solution you'd like
Since gRPC already supports passing the user-agent, I'd like this option to be set to
ArduinoIDE/<version>
, likeArudinoIDE/2.0.0-rc3
The text was updated successfully, but these errors were encountered: