Skip to content

Resolve "Consider disabling storybook telemetry"

Jarosław Surkont requested to merge 51-consider-disabling-storybook-telemetry into dev

I ended up not adding disableTelemetry: true, to .storybook/main.js. It's not clear how to re-enable telemetry on CI, or which setting takes precedence: .storybook/main.js, cli flag, or the environmental variable.

Unfortunately I wasn't able to verify if the change really disables telemetry: storybook logs don't contain such information. Interestingly, I also wasn't able to view the collected logs with STORYBOOK_TELEMETRY_DEBUG=1 npm run storybook.

Closes #51 (closed)

Edited by Jarosław Surkont

Merge request reports