Versions in this module Expand all Collapse all v0 v0.5.3 Apr 3, 2026 v0.5.2 Mar 30, 2026 v0.5.1 Mar 19, 2026 Changes in this version + type LoopSpan struct + func StartLoop(ctx context.Context, name string, attrs ...slog.Attr) (context.Context, *LoopSpan) + func (l *LoopSpan) End() + func (l *LoopSpan) Iteration(ctx context.Context) (context.Context, *Span) v0.5.0 Mar 6, 2026 Changes in this version + type Span struct + func Start(ctx context.Context, name string, attrs ...slog.Attr) (context.Context, *Span) + func (s *Span) End() + func (s *Span) RecordError(err error)