Skip to content

Commit 6510cc1

Browse files
authored
Put back nr.guid if synthetics resource id
1 parent 693de17 commit 6510cc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

newrelic/core/transaction_node.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ def _add_if_not_empty(key, value):
463463
if self.errors:
464464
intrinsics["error"] = True
465465

466+
if self.synthetics_resource_id:
467+
intrinsics["nr.guid"] = self.guid
466468
if self.parent_tx:
467469
intrinsics["parentId"] = self.parent_tx
468470

0 commit comments

Comments
 (0)