Skip to content

Commit b88eb3a

Browse files
committed
Add missing project in sln file.
1 parent 0f39dda commit b88eb3a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Microsoft.FeatureManagement.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TargetingConsoleApp", "exam
2525
EndProject
2626
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EvaluationDataToApplicationInsights", "examples\EvaluationDataToApplicationInsights\EvaluationDataToApplicationInsights.csproj", "{1502529E-47E9-4306-98C4-BF6CF7C7C275}"
2727
EndProject
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.FeatureManagement.Telemetry.ApplicationInsights", "src\Microsoft.FeatureManagement.Telemetry.ApplicationInsights\Microsoft.FeatureManagement.Telemetry.ApplicationInsights.csproj", "{3448BDE1-5145-49D4-936A-757B68387439}"
29+
EndProject
2830
Global
2931
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3032
Debug|Any CPU = Debug|Any CPU
@@ -67,6 +69,10 @@ Global
6769
{1502529E-47E9-4306-98C4-BF6CF7C7C275}.Debug|Any CPU.Build.0 = Debug|Any CPU
6870
{1502529E-47E9-4306-98C4-BF6CF7C7C275}.Release|Any CPU.ActiveCfg = Release|Any CPU
6971
{1502529E-47E9-4306-98C4-BF6CF7C7C275}.Release|Any CPU.Build.0 = Release|Any CPU
72+
{3448BDE1-5145-49D4-936A-757B68387439}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
73+
{3448BDE1-5145-49D4-936A-757B68387439}.Debug|Any CPU.Build.0 = Debug|Any CPU
74+
{3448BDE1-5145-49D4-936A-757B68387439}.Release|Any CPU.ActiveCfg = Release|Any CPU
75+
{3448BDE1-5145-49D4-936A-757B68387439}.Release|Any CPU.Build.0 = Release|Any CPU
7076
EndGlobalSection
7177
GlobalSection(SolutionProperties) = preSolution
7278
HideSolutionNode = FALSE

examples/EvaluationDataToApplicationInsights/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ telemetry.Context.User.AuthenticatedUserId = username;
6868
Sample steps to try out the app:
6969

7070
1. Run the app. When the app is first started a User Id and Session Id will be generated. The username cookie will be set to a random integer, and the ai_user and ai_session cookies will be expired.
71-
1. When the page is loaded, the "ImageRating" feature is evaluated which defines three variants. Events can be seen in the Output window. (There may be a small delay as events are batched)
71+
1. When the page is loaded, the "ImageRating" feature is evaluated which [defines three variants](./appsettings.json). Events can be seen in the Output window. (There may be a small delay as events are batched)
7272
1. Select a rating for the loaded image and click vote. A 'Vote' event will be emitted.
7373
1. Go to Checkout and click "Check Out", which emits a custom event and a custom metric. This event and metric will be shown in the logs as well.
7474
1. If connected to Application Insights, head to the resource in the portal. Events and metrics will be there as well.

0 commit comments

Comments
 (0)