Versions in this module Expand all Collapse all v0 v0.1.0 Jul 21, 2026 Changes in this version + func NewHandler(ctx context.Context, baseURL, apiKey string, opts ...Option) (handler slog.Handler, shutdown func(context.Context) error, err error) + type Option func(*config) + func WithAllowInsecureHTTP() Option + func WithErrorHandler(fn func(error)) Option + func WithMinLevel(level slog.Level) Option + func WithResourceAttributes(attrs map[string]string) Option + func WithServiceName(name string) Option