@if(config('trace-replay.enabled') && $trace)
⚡ TraceReplay
{{ $trace->name ?? 'Trace' }}
@php $color = $trace->status === 'error' ? '#f87171' : ($trace->status === 'processing' ? '#fbbf24' : '#4ade80'); @endphp
{{ $trace->steps->count() }} steps
@if($trace->duration_ms)
{{ number_format($trace->duration_ms, 1) }} ms
@endif
{{ substr($trace->id, 0, 8) }}
View in Dashboard →
@endif