sentry

package module
v0.0.0-...-1fd2eb7 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DSN              string `env:"DSN" envDefault:"" comment:"The DSN to use. If the DSN is not set, the client is effectively disabled."`
	Environment      string `env:"ENVIRONMENT" envDefault:"production" comment:"The environment to be sent with events."`
	Release          string `env:"RELEASE" envDefault:"" comment:"The release to be sent with events."`
	Dist             string `env:"DIST" envDefault:"" comment:"The dist to be sent with events."`
	AttachStacktrace bool   `` /* 145-byte string literal not displayed */
	Debug            bool   `` /* 143-byte string literal not displayed */
}

type Options

type Options struct {
	Name string
}

type Plugin

type Plugin interface {
	toolkit.Plugin
	Client() *sentry.Hub
	Info()
}

func NewPlugin

func NewPlugin(rnt runtime.Runtime, opts *Options) Plugin

Jump to

Keyboard shortcuts

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