Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanaburayyan committed Jul 6, 2023
1 parent 0a68775 commit b51fdc6
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions docs/docs/07-examples/14-wing-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,11 @@ wing compile -t sim app.w --no-analytics

### What data is collected

Each run of the Wing cli collects information about various aspects of the environment and project that it is running it. Below is are tables with the information that is collected. As well
Each run of the Wing cli collects information about various aspects of the environment it is running in. Below are the analytics we gather. As well
you can always head over to our Github and view the code that collects these metrics, as the code is open source.

| Command Info | Description |
| --- | --- |
| command | The command that was run |
| options | The options that were passed to the command |

| Operating System Info | Description |
| --- | --- |
| arch | The operating system architecture |
| platform | The operating system platform |
| release | The operating system release |

| Node Info | Description |
| --- | --- |
| version | The node version |


| CI Info (if applicable) | Description |
| --- | --- |
| name | The name of the CI environment (e.g. Github Actions, Circleci, etc..) |

- The Wing cli version
- The command information, including the command name, arguments, and flags
- Operating system information, including the architecture, version, and platform
- Node js version
- CI environment name (if applicable)

0 comments on commit b51fdc6

Please sign in to comment.