app.UseApplicationInsightsRequestTelemetry(); app.UseApplicationInsightsExceptionTelemetry();
请问现在是什么方法? 没找到相应的文档
安装 NuGet 包 "Microsoft.ApplicationInsights.AspNetCore"
已经安装了的
@SpeakHero: 等2.0
@dudu:
@SpeakHero: 不好意思,之前弄错了。现在只需要:
services.AddApplicationInsightsTelemetry(Configuration);
详见:https://github.com/Microsoft/ApplicationInsights-aspnetcore/wiki/Getting-Started
@dudu: thankyou