File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -91,4 +91,3 @@ fips = [
9191 " rustls/fips" ,
9292 " rustls-native-certs" ,
9393]
94- force_fallback = []
Original file line number Diff line number Diff line change @@ -34,13 +34,6 @@ fn log_fallback_reason(reason: &str) {
3434 println ! ( "{{\" DD_EXTENSION_FALLBACK_REASON\" :\" {reason}\" }}" ) ;
3535}
3636
37- #[ cfg( feature = "force_fallback" ) ]
38- fn fallback ( _: & EnvConfig , _: & YamlConfig ) -> Result < ( ) , ConfigError > {
39- log_fallback_reason ( "force_fallback" ) ;
40- Err ( ConfigError :: UnsupportedField ( "force_fallback" . to_string ( ) ) )
41- }
42-
43- #[ cfg( not( feature = "force_fallback" ) ) ]
4437fn fallback ( config : & EnvConfig , yaml_config : & YamlConfig ) -> Result < ( ) , ConfigError > {
4538 // Customer explicitly opted out of the Next Gen extension
4639 let opted_out = match config. extension_version . as_deref ( ) {
You can’t perform that action at this time.
0 commit comments