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 05f5e8f commit 85d8801Copy full SHA for 85d8801
aws_xray_sdk/core/context.py
@@ -120,7 +120,6 @@ def handle_context_missing(self):
120
Called whenever there is no trace entity to access or mutate.
121
"""
122
if self.context_missing == 'RUNTIME_ERROR':
123
- log.error(MISSING_SEGMENT_MSG)
124
raise SegmentNotFoundException(MISSING_SEGMENT_MSG)
125
else:
126
log.error(MISSING_SEGMENT_MSG)
0 commit comments