Skip to content

Commit 398c27a

Browse files
author
Esteban Dalel R
authored
Explain key is not sensitive and may be hardcoded
Had to dig deep to find this info.
1 parent 3cf12bf commit 398c27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This module provides a consistent way for extensions to report telemetry
33
over Application Insights. The module respects the user's decision about whether or
44
not to send telemetry data. See [telemetry extension guidelines](https://code.visualstudio.com/api/extension-guides/telemetry) for more information on using telemetry in your extension.
55

6-
Follow [guide to set up Application Insights](https://docs.microsoft.com/en-us/azure/azure-monitor/app/create-new-resource) in Azure and get your key.
6+
Follow [guide to set up Application Insights](https://docs.microsoft.com/en-us/azure/azure-monitor/app/create-new-resource) in Azure and get your key. Don't worry about hardcoding it, it is not sensitive.
77

88
# Install
99
`npm install @vscode/extension-telemetry`

0 commit comments

Comments
 (0)