in RESTProxy/App_Start/AiExceptionLogger.cs [25:33]
public override void Log(ExceptionLoggerContext context)
{
if (context != null && context.Exception != null)
{
AiExceptionLogger.telemetryClient.TrackException(context.Exception);
}
base.Log(context);
}