sentry

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: MIT Imports: 7 Imported by: 0

README

go-sentry

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SentryInstance

type SentryInstance struct {
	// contains filtered or unexported fields
}

Model for sentry instance

func NewInstance

func NewInstance(opts *SentryOptions) SentryInstance

Create new sentry instance

func (*SentryInstance) Run

func (instance *SentryInstance) Run() chan error

Starts the sentry instance

type SentryOptions

type SentryOptions struct {
	Port    string
	Secret  string
	Server  *fiber.App
	LogFile string
}

Sentry options

Jump to

Keyboard shortcuts

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