Skip to content

Commit 293f76f

Browse files
committed
Add Serverless Framework Support Revision 5 (#127)
* Comment change added for save_origin_trace_header
1 parent 4b51783 commit 293f76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws_xray_sdk/core/models/entity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ def add_exception(self, exception, stack, remote=False):
233233
def save_origin_trace_header(self, trace_header):
234234
"""
235235
Temporarily store additional data fields in trace header
236-
to the segment for later propagation. The data will be
237-
cleaned up upon serilaization.
236+
to the entity for later propagation. The data will be
237+
cleaned up upon serialization.
238238
"""
239239
setattr(self, ORIGIN_TRACE_HEADER_ATTR_KEY, trace_header)
240240

0 commit comments

Comments
 (0)