Skip to content

Commit 7073f54

Browse files
committed
Remove the now-unneeded call to update the attributes when preparing the payload
Missed-in: ef2fb53
1 parent 84791af commit 7073f54

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/handler.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,7 @@ def _package_log_payload(data):
231231
"attributes": {**attributes, **additional_attributes}
232232
},
233233
"logs": log_messages,
234-
}
235-
]
236-
237-
_get_newrelic_tags(packaged_payload)
238-
234+
}]
239235
return packaged_payload
240236

241237

0 commit comments

Comments
 (0)