Skip to content

Commit

Permalink
fix(Storybook): add enableCrashReports option
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Nov 22, 2023
1 parent bbe134a commit b21a7e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const config: StorybookConfig = {
},
core: {
disableTelemetry: false, // 👈 Disables telemetry
enableCrashReports: false,
},
docs: {
autodocs: 'tag',
Expand Down

0 comments on commit b21a7e9

Please sign in to comment.