Commit 89feac4
committed
refactor(trace-logs): reuse log formatters via LogLike interface
Replace the 4 trace-log-specific formatter functions with a shared LogLike
interface and an includeTrace param on buildLogRowCells. The only real
difference was suppressing the trace-ID suffix — both SentryLog and TraceLog
carry the same timestamp/severity/message shape.
Net: -80 lines, no new abstractions.1 parent dcd3f6e commit 89feac4
0 commit comments