Skip to content

Commit 15ffe3b

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents a6b708a + fe97822 commit 15ffe3b

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)