Documentation ¶
Index ¶
Constants ¶
View Source
const (
Endpoint = "/v1/transactions"
)
Variables ¶
This section is empty.
Functions ¶
func NewProcessor ¶
Types ¶
type Event ¶
type Trace ¶
type Trace struct { Id *int `json:"id"` Name string `json:"name"` Type string `json:"type"` Start float64 `json:"start"` Duration float64 `json:"duration"` StacktraceFrames m.StacktraceFrames `json:"stacktrace"` Context common.MapStr `json:"context"` Parent *int `json:"parent"` TransformStacktrace m.TransformStacktrace }
Click to show internal directories.
Click to hide internal directories.