Skip to content

Commit 1bb2be4

Browse files
Kevin Moreyhmstepanek
andauthored
Initialize ExternalNode properties (#687)
Co-authored-by: Hannah Stepanek <[email protected]>
1 parent 52e1011 commit 1bb2be4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

newrelic/core/external_node.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333

3434
class ExternalNode(_ExternalNode, GenericNodeMixin):
35+
cross_process_id = None
36+
external_txn_name = None
3537

3638
@property
3739
def details(self):

0 commit comments

Comments
 (0)