Example #1
0
        public void TrackExceptionAndFlush(Exception ex)
        {
            bool isDebug = IsDebugRun();

            if (!isDebug)
            {
                TelemetryService.TrackExceptionAndFlush(ex, isDebug);
            }
        }