Enriches log events with the caller's source file and line number.
Warning: This enricher uses Error.captureStackTrace internally, which is expensive. Use only when needed for debugging.
Error.captureStackTrace
an enricher that adds { SourceFile: '...', SourceLine: number }
{ SourceFile: '...', SourceLine: number }
Enriches log events with the caller's source file and line number.
Warning: This enricher uses
Error.captureStackTraceinternally, which is expensive. Use only when needed for debugging.