microsoft / ApplicationInsights-ServiceFabric

ApplicationInsights SDK for ServiceFabric projects
MIT License
63 stars 26 forks source link

FabricTelemetryInitializerExtension is missing or documentation is incorrect #86

Closed vitalybibikov closed 5 years ago

vitalybibikov commented 6 years ago

FabricTelemetryInitializerExtension is not presented for .NET Core, only for Native. It's a bit of a complication for Apps, that have both Reliable and Guest services.

Suggestion is to create a FabricTelemetryInitializerExtension that will take Context as an optional parameter.

So, there will be no need to support 2 ways of configurations

yantang-msft commented 6 years ago

@vitalybibikov FabricTelemetryInitializerExtension exists for .NET core apps. What's the version of the ServiceFabric.Native package you are using?