Skip to content

Commit 214cf81

Browse files
authored
Updating telemetry welcome message (#437)
1 parent 41c0b7c commit 214cf81

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

TELEMETRY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ HttpRepl displays text similar to the following when you first run the tool. Tex
1313
```console
1414
Telemetry
1515
---------
16-
The .NET Core tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_HTTPREPL_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
16+
The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_HTTPREPL_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
1717
```
1818

1919
## Data points

src/Microsoft.HttpRepl/Resources/Strings.Designer.cs

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Microsoft.HttpRepl/Resources/Strings.resx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,14 @@ Type `help connect` for more information on the `connect` command.</value>
382382
</data>
383383
<data name="Telemetry_WelcomeMessage" xml:space="preserve">
384384
<value>Welcome to HttpRepl {0}!
385-
---------------------
385+
------------------------
386+
386387
Telemetry
387388
---------
388-
The .NET Core tools collect usage data in order to help us improve your experience. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_HTTPREPL_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
389+
The .NET tools collect usage data in order to help us improve your experience. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_HTTPREPL_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
390+
391+
Read more about HttpRepl telemetry: https://aka.ms/httprepl-telemetry
392+
Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
389393
</value>
390394
<comment>{0} is the major.minor version of the current build</comment>
391395
</data>

0 commit comments

Comments
 (0)