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
docs: add Wizard telemetry section to main Telemetry.md
- Added Wizard to overview description
- Added Wizard to table of contents
- Added uno/wizard event prefix to event naming convention list
- Added comprehensive Wizard telemetry section with description and link
- Documents project creation, CLI command generation, configuration tracking, and performance metrics
Related to https://github.com/unoplatform/private/issues/998
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
Copy file name to clipboardExpand all lines: doc/internal-documentation/Telemetry.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Uno Platform Telemetry Documentation
2
2
3
-
This document provides a comprehensive overview of telemetry across the Uno Platform ecosystem, covering all major components such as Hot Design, AI Features, Dev Server, Licensing, IDE Extensions, App MCP, and Docs MCP.
3
+
This document provides a comprehensive overview of telemetry across the Uno Platform ecosystem, covering all major components such as Hot Design, AI Features, Dev Server, Licensing, IDE Extensions, App MCP, Docs MCP, and Wizard.
4
4
5
5
## Table of Contents
6
6
@@ -13,6 +13,7 @@ This document provides a comprehensive overview of telemetry across the Uno Plat
13
13
-[IDE Extensions](Telemetry-IDEExtensions.md)
14
14
-[App MCP](Telemetry-AppMCP.md)
15
15
-[Docs MCP](Telemetry-DocsMCP.md)
16
+
-[Wizard](Telemetry-Wizard.md)
16
17
-[Privacy & Compliance](Telemetry-Privacy.md)
17
18
-[Additional Resources](#additional-resources)
18
19
@@ -32,6 +33,7 @@ All telemetry events use a prefixed naming convention based on the feature area:
32
33
-`uno/visual-studio` - Visual Studio Extension telemetry
0 commit comments