frontendlogging

package
v0.0.0-...-34898ab Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadSourceMapFromFS

func ReadSourceMapFromFS(dir string, path string) ([]byte, error)

Types

type FrontendSentryEvent

type FrontendSentryEvent struct {
	*sentry.Event
	Exception *FrontendSentryException `json:"exception,omitempty"`
}

func (*FrontendSentryEvent) ToLogContext

func (event *FrontendSentryEvent) ToLogContext(store *SourceMapStore) log15.Ctx

type FrontendSentryException

type FrontendSentryException struct {
	Values []FrontendSentryExceptionValue `json:"values,omitempty"`
}

func (*FrontendSentryException) FmtStacktraces

func (exception *FrontendSentryException) FmtStacktraces(store *SourceMapStore) string

type FrontendSentryExceptionValue

type FrontendSentryExceptionValue struct {
	Value      string            `json:"value,omitempty"`
	Type       string            `json:"type,omitempty"`
	Stacktrace sentry.Stacktrace `json:"stacktrace,omitempty"`
}

func (*FrontendSentryExceptionValue) FmtMessage

func (value *FrontendSentryExceptionValue) FmtMessage() string

func (*FrontendSentryExceptionValue) FmtStacktrace

func (value *FrontendSentryExceptionValue) FmtStacktrace(store *SourceMapStore) string

type ReadSourceMapFn

type ReadSourceMapFn func(dir string, path string) ([]byte, error)

type SourceMapStore

type SourceMapStore struct {
	sync.Mutex
	// contains filtered or unexported fields
}

func NewSourceMapStore

func NewSourceMapStore(cfg *setting.Cfg, readSourceMap ReadSourceMapFn) *SourceMapStore

Jump to

Keyboard shortcuts

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