We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42533e commit 86075b6Copy full SHA for 86075b6
dsn.go
@@ -92,6 +92,7 @@ func NewConfig() *Config {
92
return cfg
93
}
94
95
+// Apply applies the given options to the Config object.
96
func (c *Config) Apply(opts ...Option) error {
97
for _, opt := range opts {
98
err := opt(c)
0 commit comments