Skip to content

Commit f2f8957

Browse files
CopilotJen-Uno
andcommitted
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>
1 parent cee3457 commit f2f8957

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

doc/internal-documentation/Telemetry.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Uno Platform Telemetry Documentation
22

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.
44

55
## Table of Contents
66

@@ -13,6 +13,7 @@ This document provides a comprehensive overview of telemetry across the Uno Plat
1313
- [IDE Extensions](Telemetry-IDEExtensions.md)
1414
- [App MCP](Telemetry-AppMCP.md)
1515
- [Docs MCP](Telemetry-DocsMCP.md)
16+
- [Wizard](Telemetry-Wizard.md)
1617
- [Privacy & Compliance](Telemetry-Privacy.md)
1718
- [Additional Resources](#additional-resources)
1819

@@ -32,6 +33,7 @@ All telemetry events use a prefixed naming convention based on the feature area:
3233
- `uno/visual-studio` - Visual Studio Extension telemetry
3334
- `uno/app-mcp` - App MCP (Model Context Protocol) telemetry
3435
- `uno/docs-mcp` - Docs MCP (Documentation search and retrieval) telemetry
36+
- `uno/wizard` - Wizard (Project template wizard) telemetry
3537

3638
---
3739

@@ -131,6 +133,18 @@ Docs MCP (Model Context Protocol) is an Azure-hosted service providing documenta
131133

132134
[View detailed Docs MCP telemetry documentation →](Telemetry-DocsMCP.md)
133135

136+
### [Wizard](Telemetry-Wizard.md)
137+
138+
**Event Name Prefix:** `uno/wizard`
139+
140+
Wizard telemetry tracks project template creation and configuration through the Uno Platform project wizard:
141+
- **Project Creation** - Template selections, platform choices, configuration options
142+
- **CLI Command Generation** - Command generation for dotnet CLI
143+
- **Configuration Tracking** - Individual template parameter selections (preset, platforms, markup, tests, theme, etc.)
144+
- **Performance Metrics** - Template processing duration, replacement counts
145+
146+
[View detailed Wizard telemetry documentation →](Telemetry-Wizard.md)
147+
134148
### [Privacy & Compliance](Telemetry-Privacy.md)
135149

136150
Comprehensive privacy and compliance information including:

0 commit comments

Comments
 (0)