We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e1011 commit 1bb2be4Copy full SHA for 1bb2be4
newrelic/core/external_node.py
@@ -32,6 +32,8 @@
32
33
34
class ExternalNode(_ExternalNode, GenericNodeMixin):
35
+ cross_process_id = None
36
+ external_txn_name = None
37
38
@property
39
def details(self):
0 commit comments