mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
Update telemetry docs
This commit is contained in:
parent
9410cdd586
commit
bc3fd3914a
@ -42,7 +42,7 @@ Specifically, we track the following information in our telemetry events:
|
||||
* Testing tools (e.g. [Jest](https://jestjs.io/), [Vitest](https://vitest.dev/), [Playwright](https://playwright.dev/)).
|
||||
* Package manager information (e.g., `npm`, `yarn`).
|
||||
* Monorepo information (e.g., [NX](https://nx.dev/), [Turborepo](https://turborepo.org/)).
|
||||
* In-app events (e.g., [Storybook guided tour](https://github.com/storybookjs/addon-onboarding)).
|
||||
* In-app events (e.g., [Storybook guided tour](https://github.com/storybookjs/addon-onboarding), [UI test run](https://storybook.js.org/docs/writing-tests/test-addon#storybook-ui)).
|
||||
|
||||
Access to the raw data is highly controlled, limited to select members of Storybook's core team who maintain the telemetry. We cannot identify individual users from the dataset: it is anonymized and untraceable back to the user.
|
||||
|
||||
@ -75,9 +75,10 @@ Will generate the following output:
|
||||
"exampleDocsCount": 3,
|
||||
"onboardingStoryCount": 0,
|
||||
"onboardingDocsCount": 0,
|
||||
"version": 4
|
||||
"version": 5
|
||||
},
|
||||
"storyStats": {
|
||||
"factory": 0,
|
||||
"play": 0,
|
||||
"render": 1,
|
||||
"loaders": 0,
|
||||
@ -85,7 +86,8 @@ Will generate the following output:
|
||||
"globals": 0,
|
||||
"storyFn": 5,
|
||||
"mount": 0,
|
||||
"moduleMock": 0
|
||||
"moduleMock": 0,
|
||||
"tags": 0
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user