Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { Name string Version *string Environment *string Language Language Runtime Runtime Framework Framework Agent Agent }
func (*Service) MinimalTransform ¶
type Stacktrace ¶
type Stacktrace []*StacktraceFrame
type StacktraceFrame ¶
type StacktraceFrame struct { AbsPath *string `mapstructure:"abs_path"` Filename string Lineno int Colno *int ContextLine *string `mapstructure:"context_line"` Module *string Function *string LibraryFrame *bool `mapstructure:"library_frame"` Vars common.MapStr PreContext []string `mapstructure:"pre_context"` PostContext []string `mapstructure:"post_context"` ExcludeFromGrouping bool Sourcemap Sourcemap }
type TransformProcess ¶
type TransformService ¶
Click to show internal directories.
Click to hide internal directories.