Skip to content

Commit fe97822

Browse files
authored
Merge pull request #251803 from MicrosoftDocs/main
Publish to live, Sunday 4:00PM PDT, 9/17
2 parents db86275 + 03c6962 commit fe97822

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)