Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSentryExporter ¶
func CreateSentryExporter(config *Config) (component.TraceExporter, error)
CreateSentryExporter returns a new Sentry Exporter.
func NewFactory ¶
func NewFactory() component.ExporterFactory
NewFactory creates a factory for Sentry exporter.
Types ¶
type Config ¶
type Config struct { configmodels.ExporterSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct. // DSN to report transaction to Sentry. If the DSN is not set, no trace will be sent to Sentry. DSN string `mapstructure:"dsn"` }
Config defines the configuration for the Sentry Exporter.
type SentryExporter ¶
type SentryExporter struct {
// contains filtered or unexported fields
}
SentryExporter defines the Sentry Exporter.
Click to show internal directories.
Click to hide internal directories.