Skip to content

Commit

Permalink
Add Serverless Framework Support Revision 5 (#127)
Browse files Browse the repository at this point in the history
* Comment change added for save_origin_trace_header
  • Loading branch information
chanchiem committed Feb 25, 2019
1 parent 4b51783 commit 293f76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws_xray_sdk/core/models/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ def add_exception(self, exception, stack, remote=False):
def save_origin_trace_header(self, trace_header):
"""
Temporarily store additional data fields in trace header
to the segment for later propagation. The data will be
cleaned up upon serilaization.
to the entity for later propagation. The data will be
cleaned up upon serialization.
"""
setattr(self, ORIGIN_TRACE_HEADER_ATTR_KEY, trace_header)

Expand Down

0 comments on commit 293f76f

Please sign in to comment.