コード例 #1
0
 public void CaptureError(string message, string culprit, StackFrame[] frames, string parentId = null)
 => ExecutionSegmentCommon.CaptureError(
     message,
     culprit,
     frames,
     _payloadSender,
     _logger,
     this,
     _enclosingTransaction,
     parentId
     );
コード例 #2
0
 public void CaptureError(string message, string culprit, StackFrame[] frames, string parentId = null)
 => ExecutionSegmentCommon.CaptureError(
     message,
     culprit,
     frames,
     _sender,
     _logger,
     this,
     this,
     parentId
     );
コード例 #3
0
 public void CaptureError(string message, string culprit, StackFrame[] frames, string parentId = null)
 => ExecutionSegmentCommon.CaptureError(
     message,
     culprit,
     frames,
     _payloadSender,
     _logger,
     this,
     ConfigSnapshot,
     _enclosingTransaction,
     parentId ?? (ShouldBeSentToApmServer ? null : _enclosingTransaction.Id)
     );