Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 765 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 765 Bytes

Zipkin Chrome Extension

This is an extension to the Chrome browser that lets you trigger trace generation when using your application.

Installing

TODO: This extension will later be submitted to Chrome Web Store, where it will be available for free.

Usage

Check out the Usage documentation.

Developing

  • git clone [repo url] into [working directory]
  • npm install
  • npm run dev
  • Follow Google's guide on how to set up a local development environment for the extension.

Building/publishing

  • npm install
  • npm run build

This will build a .zip file that should be uploaded to Chrome Web Store.