Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSentryExporter ¶
func CreateSentryExporter(config *Config, set component.ExporterCreateSettings) (component.TracesExporter, 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 { config.ExporterSettings `mapstructure:",squash"` // DSN to report transaction to Sentry. If the DSN is not set, no trace will be sent to Sentry. DSN string `mapstructure:"dsn"` // InsecureSkipVerify controls whether the client verifies the Sentry server certificate chain InsecureSkipVerify bool `mapstructure:"insecure_skip_verify"` }
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.