Set resource guard to true by default.

This commit is contained in:
Alon Girmonsky
2024-10-29 15:11:07 -07:00
parent 696f3fca93
commit a7692a664d
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ type TelemetryConfig struct {
}
type ResourceGuardConfig struct {
Enabled bool `yaml:"enabled" json:"enabled" default:"false"`
Enabled bool `yaml:"enabled" json:"enabled" default:"true"`
}
type SentryConfig struct {