storybook addon application insights:对Storybook的Application Insights跟踪 源码
故事书附加应用程序见解 加载项,用于在中将查看的故事作为页面视图进行跟踪。 入门 安装软件包(和对等依赖项): npm i -D storybook-addon-application-insights applicationinsights-js # or yarn add -D storybook-addon-application-insights applicationinsights-js 注册插件: // add to or create .storybook/addons.js import 'storybook-addon-application-insights/reg
用户评论