Versions in this module Expand all Collapse all v0 v0.8.0 Jun 16, 2026 v0.7.0 Jun 16, 2026 Changes in this version + type LoggingSpanProcessor struct + func NewLoggingSpanProcessor(handler *SeqOTelHandler) *LoggingSpanProcessor + func (p *LoggingSpanProcessor) ExportSpans(_ context.Context, spans []trace.ReadOnlySpan) error + func (p *LoggingSpanProcessor) ForceFlush(_ context.Context) error + func (p *LoggingSpanProcessor) OnEnd(s trace.ReadOnlySpan) + func (p *LoggingSpanProcessor) OnStart(_ context.Context, _ trace.ReadWriteSpan) + func (p *LoggingSpanProcessor) Shutdown(_ context.Context) error + type SeqOTelHandler struct + func NewLogger(seqURL string, opts ...slogseq.SeqOption) (*slog.Logger, *SeqOTelHandler) + func NewSeqOTelHandler(seqURL string, opts ...slogseq.SeqOption) *SeqOTelHandler