sentry

package
v0.5.2-0...-d95c312 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package sentry integrates Sentry with your project.

This is really a thin wrapper around Sentry. Not much is happening here.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(config Configuration) (*raven.Client, error)

New creates a new sentry client from configuration. If no DSN is provided, return nil.

Types

type Configuration

type Configuration struct {
	DSN     string
	Tags    map[string]string
	Version string
	Wait    bool
}

Configuration is the configuration for Sentry.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL