Skip to content

Commit f1e9f0f

Browse files
committed
[chore] Disable telemetry in storybook
1 parent af48d4a commit f1e9f0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.storybook/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ const config: StorybookConfig = {
8686
options: {},
8787
},
8888
docs: {},
89+
core: {
90+
disableTelemetry: true,
91+
},
8992
};
9093

9194
export default config;

0 commit comments

Comments
 (0)