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
"comment": "Add `disableTelemetry` option to set STORYBOOK_DISABLE_TELEMETRY=1 when invoking Storybook; always set COREPACK_ENABLE_AUTO_PIN=0 in the subprocess environment",
Copy file name to clipboardExpand all lines: heft-plugins/heft-storybook-plugin/src/schemas/storybook.schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,11 @@
37
37
"title": "Specifies whether to capture the webpack stats for storybook build.",
38
38
"description": "If this is true, then it will capture the webpack stats for storybook build. Defaults to false.",
39
39
"type": "boolean"
40
+
},
41
+
"disableTelemetry": {
42
+
"title": "Specifies whether to disable Storybook telemetry.",
43
+
"description": "If true, sets the STORYBOOK_DISABLE_TELEMETRY=1 environment variable when invoking the Storybook subprocess, which disables Storybook's telemetry data collection. Defaults to false.",
0 commit comments