Skip to content

Commit a590115

Browse files
Update custom-operations-tracking.md
MicrosoftDocs/azure-docs#113649
1 parent 661c009 commit a590115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-monitor/app/custom-operations-tracking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public class ApplicationInsightsMiddleware : OwinMiddleware
8080
catch (Exception e)
8181
{
8282
requestTelemetry.Success = false;
83+
requestTelemetry.ResponseCode;
8384
telemetryClient.TrackException(e);
8485
throw;
8586
}

0 commit comments

Comments
 (0)