Skip to content

Commit

Permalink
Add ZapLogger attributes frontloading to config_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed May 1, 2024
1 parent 3893a8a commit 98f068b
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 98f068b

Please sign in to comment.