Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
224 stars 73 forks source link

fetchDevices() and update banner telemetry #519

Closed shahm5 closed 2 years ago

shahm5 commented 2 years ago

Added logging to collect data on the fetchDevices() server call and whether people interact with the update version banner

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Thank you for contributing to the Azure IoT Explorer!

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

shahm5 commented 2 years ago

Yes, I was originally using the init event to tell when my app refreshed within the log but I'm likely going to repurpose it for some actual one-time logging in the future