Source code | Package (npm) | Samples
- Updated
@microsoft/feature-managementdependency to2.2.0.
-
Updated
@microsoft/feature-managementdependency to2.1.0. -
Stablized
createTargetingTelemetryProcessorfunction to enable targeting id to be attached to Application Insights telemetry. #98
- Updated
@microsoft/feature-managementdependency to2.1.0-preview.1. See the release notes for more information on the changes.
- Added
createTargetingTelemetryProcessorfunction to enable targeting id to be attached to Application Insights telemetry. #98
This is the first stable release of the following features.
-
A
createTelemetryPublisherfunction that has been added that enables feature evaluation telemetry to be published to Application Insights. -
A
TrackEventfunction has been added to enable sending custom events embedded with targeting information to Application Insights. This function is meant to be used in place of the Application Insights package's standardTrackEventcall.
-
Added support for publishing telemetry to Application Insights.
-
Introduced a
TrackEventAPI, allowing users to replace existing Application InsightsTrackEventcalls to include targeting information in custom events sent to Application Insights. #64