Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DSN string `env:"DSN" envDefault:"" comment:"The DSN to use. If the DSN is not set, the client is effectively disabled."`
Environment string `env:"ENVIRONMENT" envDefault:"production" comment:"The environment to be sent with events."`
Release string `env:"RELEASE" envDefault:"" comment:"The release to be sent with events."`
Dist string `env:"DIST" envDefault:"" comment:"The dist to be sent with events."`
AttachStacktrace bool `` /* 145-byte string literal not displayed */
Debug bool `` /* 143-byte string literal not displayed */
}
Click to show internal directories.
Click to hide internal directories.