Skip to content

Commit 03c6962

Browse files
Merge pull request #248855 from MonikaReddy-MSFT/MonikaReddy-MSFT-patch-1-4
Update custom-operations-tracking.md
2 parents 87e02bc + a590115 commit 03c6962

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)