microsoft/FeatureManagement-Dotnet

Include Targeting Information on outgoing telemetry

Closed this issue · 2 comments

Outgoing telemetry relied on some ambient property (like App Insights' User field) to connect published events to metrics. We should specifically use the UserId field used on the TargetingContext and name it more specifically 'TargetingId', since this can be used to target things besides users.

Is there a PR that addressed this issue?

Yes - #347 & #350