Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 SourceMapStore ¶
func NewSourceMapStore ¶
func NewSourceMapStore(cfg *setting.Cfg, readSourceMap ReadSourceMapFn) *SourceMapStore
Click to show internal directories.
Click to hide internal directories.