Skip to content

Commit af20b62

Browse files
authored
Update newrelic/core/node_mixin.py
1 parent 63d939b commit af20b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic/core/node_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_trace_segment_params(self, settings, params=None):
5252
_params["exclusive_duration_millis"] = 1000.0 * self.exclusive
5353
return _params
5454

55-
def span_event(self, settings, base_attrs=None, parent_guid=None, attr_class=dict, ct_exit_spans=None, ct_processing_time=0):
55+
def span_event(self, settings, base_attrs=None, parent_guid=None, attr_class=dict, ct_exit_spans=None, ct_processing_time=None):
5656
if ct_exit_spans is None:
5757
ct_exit_spans = {}
5858
i_attrs = base_attrs and base_attrs.copy() or attr_class()

0 commit comments

Comments
 (0)