Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadnoveljic committed Jan 9, 2025
1 parent d8296c0 commit fe9f17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/setup/apm.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func setupAPM(config pkgconfigmodel.Setup) {
config.BindEnv("apm_config.obfuscation.credit_cards.enabled", "DD_APM_OBFUSCATION_CREDIT_CARDS_ENABLED")
config.BindEnv("apm_config.obfuscation.credit_cards.luhn", "DD_APM_OBFUSCATION_CREDIT_CARDS_LUHN")
config.BindEnv("apm_config.obfuscation.credit_cards.keep_values", "DD_APM_OBFUSCATION_CREDIT_CARDS_KEEP_VALUES")
config.BindEnv("apm_config.sql_obfuscation_mode", "DD_APM_SQL_OBFUSCATION_MODE")
config.BindEnvAndSetDefault("apm_config.sql_obfuscation_mode", "", "DD_APM_SQL_OBFUSCATION_MODE")
config.BindEnvAndSetDefault("apm_config.debug.port", 5012, "DD_APM_DEBUG_PORT")
config.BindEnv("apm_config.features", "DD_APM_FEATURES")
config.ParseEnvAsStringSlice("apm_config.features", func(s string) []string {
Expand Down

0 comments on commit fe9f17c

Please sign in to comment.