A Chrome extension for debugging and understanding Mezzurite
Перейти к файлу
Ka-wai Wong de1e10833b
Merge pull request #71 from microsoft/dependabot/npm_and_yarn/lodash-4.17.14
Bump lodash from 4.17.11 to 4.17.14
2019-07-12 11:14:40 -07:00
__mocks__ Add jest and sample unit test 2019-01-23 15:08:08 -08:00
res/img Update README and add screenshot 2019-02-07 14:20:08 -08:00
src Update logo with new svg 2019-02-11 14:51:59 -08:00
.babelrc Got an example React application to load properly in the DevTools panel page. Rolled out a simple custom webpack setup for building the application. 2018-12-05 11:59:26 -08:00
.eslintrc.json Add jest and sample unit test 2019-01-23 15:08:08 -08:00
.gitignore Add jest and sample unit test 2019-01-23 15:08:08 -08:00
.stylelintrc.json Add local copy of fabric ui to project 2019-02-07 09:42:05 -08:00
CONTRIBUTING.md Update README and add screenshot 2019-02-07 14:20:08 -08:00
LICENSE Initial commit 2018-11-06 12:44:29 -08:00
README.md Added a build passing/not-passing badge for the master branch powered by Azure Pipelines 2019-02-18 09:50:21 -08:00
azure-pipelines.yml Remove audit step from pipeline 2019-07-12 10:36:13 -07:00
jest.config.js Configure jest to fail when branch coverage is less than 80 2019-02-18 11:15:26 -08:00
package-lock.json Bump lodash from 4.17.11 to 4.17.14 2019-07-12 16:18:34 +00:00
package.json Update jest to remove dependency vulnerability 2019-02-18 11:16:11 -08:00
webpack.config.dev.js Enabled dev and prod builds via webpack and exposed it via npm. 2019-02-08 13:29:36 -08:00
webpack.config.js Enabled dev and prod builds via webpack and exposed it via npm. 2019-02-08 13:29:36 -08:00
webpack.config.prod.js Enabled dev and prod builds via webpack and exposed it via npm. 2019-02-08 13:29:36 -08:00

README.md

Mezzurite Developer Tools

Build Status

Mezzurite Developer Tools allow you to view Mezzurite metrics for any application being instrumented with Mezzurite.

Dev tools screenshot

Requirements

You need an Angular, AngularJS, or React application running Mezzurite.

Installation

To install, download the latest release, or clone the repository and build the extension by running npm run build:prod.

Navigate to chrome://extensions and select Load unpacked, selecting the /dist folder output from the build.

Mezzurite Ecosystem

Projects
ApplicationInsights-JS-Mezzurite Application insights extension of Mezzurite
Mezzurite Base SDK for Mezzurite with Angular, AngularJS and React integration
Mezzurite DevTools See Mezzurite metrics being captured with a browser extension
VSCode Mezzurite Check which components and modules are instrumented within VS Code

Contributions

To read about contributing to this repo, click here