There was an error while loading. Please reload this page.
2 parents 05f5e8f + 85d8801 commit 9858cabCopy full SHA for 9858cab
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