Closed rossgrambo closed 3 months ago
If we do that, I'd like to see the library expose an
AddXyz
and
UseXyz
pattern.
I imagine that taking this change would result in changes in https://github.com/microsoft/FeatureManagement-Dotnet/pull/416
The middleware has been reworked to use Activity, which is no longer specific to App Insights. Leaving in the AspNetCore package now makes sense.
We could move
TargetingHttpContextMiddleware
to the same package asTargetingTelemetryInitializer
. TheTargetingHttpContextMiddleware
is not intended to be used without theTargetingTelemetryInitializer
.