A Chrome extension for debugging and understanding Mezzurite
Перейти к файлу
Ka-wai Wong 51e36c76fd
Merge pull request #64 from Microsoft/caabreut/build-passing-badge
Added a build passing/not-passing badge for the master branch powered by Azure Pipelines
2019-02-18 10:55:33 -08: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 Set up CI with Azure Pipelines 2019-02-15 15:37:46 -08:00
jest.config.js Updated jest config to ignore index.js files from coverage metrics. 2019-01-31 13:14:30 -08:00
package-lock.json 1.0.0 2019-02-08 14:31:07 -08:00
package.json 1.0.0 2019-02-08 14:31:07 -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