Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md in ChromeExtension #1710

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/chrome-debug-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Your browser will load the latest version of the tool each time you restart the

## How to run the tool

Click the `INSERT_ICON_HERE` icon next to the address bar to launch the tool.
Click the `small puzzle piece` icon next to the address bar and select `Telemetry Viewer`![Telemetry-Viewer-icon](https://github.com/microsoft/ApplicationInsights-JS/blob/ChromeDebugExtension/tools/chrome-debug-extension/images/icon-19.png) from the extension dropdown to launch the tool.
Karlie-777 marked this conversation as resolved.
Show resolved Hide resolved

## Configuring the tool

Expand All @@ -32,7 +32,7 @@ Since each web application logs telemetry in a different schema, you'll first be

You can draft a configuration directly in the tool on the `Configuration Selection` page. You can always get back to that page by clicking the "gear" icon.

To add your configuration to the dropdown list, you'll need to check in a change to `INSERT_PATH_TO_FILE` to add your configuration's URL to the list. Follow the instructions in that file.
To add your configuration to the dropdown list, you'll need to check in a change to [`src/configuration/Configuration.types.ts`](https://github.com/microsoft/ApplicationInsights-JS/blob/a9c3948db6d7dddf58cc6450735958667a79d0ac/tools/chrome-debug-extension/src/configuration/Configuration.types.ts#L16) to add your configuration's URL to the list. Follow the instructions in that file.
Karlie-777 marked this conversation as resolved.
Show resolved Hide resolved

## Updating your configuration

Expand All @@ -44,4 +44,4 @@ When you load a configuration, the contents of the configuration will be shown o

## Contributing to the tool

This tool is internally open sourced - if you would like to make a contribution, `INSERT_PROCESS_HERE`
This tool is internally open sourced - if you would like to make a contribution, please follow the process [here](https://github.com/microsoft/ApplicationInsights-JS/tree/ChromeDebugExtension#contributing)
Karlie-777 marked this conversation as resolved.
Show resolved Hide resolved