Versions in this module Expand all Collapse all v7 v7.2.0 May 8, 2023 v7.1.1 May 8, 2023 Changes in this version + type Config struct + DSN string + Tags map[string]string + type Default struct + func (s *Default) Capture(ctx context.Context, err error) + type Disabled struct + func (d *Disabled) Capture(ctx context.Context, err error) + type Interface interface + Capture func(ctx context.Context, err error) + func New(config Config) (Interface, error)