Skip to content

Commit 2f29aee

Browse files
authored
Merge pull request #107 from EstebanDalelR/patch-2
Explain key is not sensitive and may be hardcoded
2 parents 9ca3906 + 398c27a commit 2f29aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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
With npm:

0 commit comments

Comments
 (0)