Skip to content

Commit

Permalink
Merge pull request #909 from mirackara/cfgfix
Browse files Browse the repository at this point in the history
Add ZapLogger attributes frontloading to config_test.go
  • Loading branch information
nr-swilloughby committed May 1, 2024
2 parents 0aa392d + 98f068b commit 668533d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v3/newrelic/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ func TestCopyConfigReferenceFieldsPresent(t *testing.T) {
},
"Metrics": {
"Enabled": true
},
"ZapLogger": {
"AttributesFrontloaded": true
}
},
"Attributes":{"Enabled":true,"Exclude":["2"],"Include":["1"]},
Expand Down Expand Up @@ -356,6 +359,9 @@ func TestCopyConfigReferenceFieldsAbsent(t *testing.T) {
},
"Metrics": {
"Enabled": true
},
"ZapLogger": {
"AttributesFrontloaded": true
}
},
"Attributes":{"Enabled":true,"Exclude":null,"Include":null},
Expand Down

0 comments on commit 668533d

Please sign in to comment.