Documentation
¶
Index ¶
- func Flush(timeout time.Duration)
- type Client
- func (c *Client) Breadcrumb(ctx context.Context, desc string, level slog.Level)
- func (c *Client) CaptureErr(ctx context.Context, err error, attachment ...string) *sentry.EventID
- func (c *Client) NewContext(parent context.Context, task string) context.Context
- func (c *Client) Start(release string, dsn string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Breadcrumb ¶
func (*Client) CaptureErr ¶
CaptureErr reports an error to Sentry.
func (*Client) NewContext ¶
Click to show internal directories.
Click to hide internal directories.