Skip to content

Commit 87ae09e

Browse files
committed
Merge branch 'core-tracing-prototype-options' of github.com:newrelic/newrelic-python-agent into core-tracing-prototype-options
2 parents 3746a44 + 5193070 commit 87ae09e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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()

newrelic/packages/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ opentelemetry_proto==1.32.1
66
urllib3==1.26.19
77
wrapt==1.16.0
88
asgiref==3.6.0 # We only vendor asgiref.compatibility.py
9-
objsize==0.7.1

0 commit comments

Comments
 (0)