2.1.0-preview.1
Pre-release
Pre-release
·
10 commits
to release/v2
since this release
The packages associated with this release are
- @microsoft/feature-management 2.1.0-preview.1
- @microsoft/feature-management-applicationinsights-browser 2.1.0-preview.1
- @microsoft/feature-management-applicationinsights-node 2.1.0-preview.1
@microsoft/feature-management
Enhancements
- Introduced
ITargetingContextAccessor
to allowFeatureManager
to get ambient targeting context in the server scenario. You can configure a targeting context accessor when initializing theFeatureManager
throughFeatureManagerOptions.targetingContextAccessor
. #93
@microsoft/feature-management-applicationinsights-browser
- Updated
@microsoft/feature-management
dependency to2.1.0-preview.1
.
Enhancements
- Added
createTargetingTelemetryInitializer
function to enable targeting id to be attached to Application Insights telemetry. #98
@microsoft/feature-management-applicationinsights-node
- Updated
@microsoft/feature-management
dependency to2.1.0-preview.1
.
Enhancements
- Added
createTargetingTelemetryProcessor
function to enable targeting id to be attached to Application Insights telemetry. #98