We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb16904 commit 3b576a4Copy full SHA for 3b576a4
1 file changed
aspnetcore/migration/fx-to-core/inc/remote-app-setup.md
@@ -259,7 +259,7 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
259
+ #if NET
260
.AddAspNetCoreInstrumentation()
261
+ #else
262
- + .AddAspNetInstrumentation()
+ + .AddAspNetInstrumentation()
263
+ #endif
264
.AddSqlClientInstrumentation()
265
.AddHttpClientInstrumentation()
@@ -271,7 +271,7 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
271
272
273
274
275
276
277
.AddHttpClientInstrumentation();
0 commit comments