Skip to content

Commit

Permalink
Application insight 2.5.0 beta contain fix for live azure stream off-…
Browse files Browse the repository at this point in the history
…line bug
  • Loading branch information
tatarincev committed Nov 14, 2017
1 parent aeadedb commit b969732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions VirtoCommerce.Storefront/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ public void ConfigureServices(IServiceCollection services)
//Register event handlers via reflection
services.RegisterAssembliesEventHandlers(typeof(Startup));

services.AddApplicationInsightsTelemetry();
}

// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
Expand Down
2 changes: 1 addition & 1 deletion VirtoCommerce.Storefront/VirtoCommerce.Storefront.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="Markdig" Version="0.13.3" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.2.0-beta1" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.5.0-beta1" />
<PackageReference Include="Microsoft.ApplicationInsights.Web" Version="2.4.1" />
<PackageReference Include="Microsoft.ApplicationInsights.Web" Version="2.5.0-beta1" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.0.0" />
<PackageReference Include="Microsoft.SyndicationFeed.ReaderWriter" Version="1.0.0" />
Expand Down

0 comments on commit b969732

Please sign in to comment.