Versions in this module Expand all Collapse all v0 v0.0.1 Feb 17, 2026 Changes in this version + func SentryConverter(addSource bool, replaceAttr func(groups []string, a slog.Attr) slog.Attr, ...) *sentry.Event + type EnrichSlogHandler struct + func NewEnrichSlogHandler(handlers ...slog.Handler) *EnrichSlogHandler + func (h *EnrichSlogHandler) Enabled(ctx context.Context, lvl slog.Level) bool + func (h *EnrichSlogHandler) Handle(ctx context.Context, r slog.Record) error + func (h *EnrichSlogHandler) WithAttrs(attrs []slog.Attr) slog.Handler + func (h *EnrichSlogHandler) WithGroup(name string) slog.Handler