Exemple #1
0
        public async Task CreateWithoutSignature(Action <ErrorReportDTO> visitor = null)
        {
            _reporter.DisableSignature();
            _report = _reporter.ReportUnique(Guid.NewGuid().ToString("N"), visitor);
            _reporter.EnableSignature();

            DTO = await _apiClient.GetIncident(_applicationId, _report.Exception.Message);
        }