You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Currently the PA UI and IDE uses independent telemetry models and logs uploader. This may create inconsistencies in metrics names in future releases if they are not synced properly.
Solution idea(s)
We can share the telemetry code by having everything in the client repo and using it as a nuget package (Currently, telemetry collector is being used in this manner).