Diagnostics
Adds a button to download data we can use to diagnose bugs.
This way, a bug report can be submitted with the data that was used to render the dashboard, and the user can decide for themselves if they want to share this data, or santitize it or share only part.
The button is on the settings page.
The data included is:
project info
models used in the dashboard views
raw pipeline, environment, and deployment data from the Azure Devops API
browser info
Bug Fix
Added a wrapper around the Ago component to catch date time parse issues that crash the dashboar.d
Refactoring
Refactored class based components to be functional components.
Diagnostics Adds a button to download data we can use to diagnose bugs.
This way, a bug report can be submitted with the data that was used to render the dashboard, and the user can decide for themselves if they want to share this data, or santitize it or share only part.
The button is on the settings page.
The data included is:
Bug Fix
Refactoring