You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE: (enowell) Because the `AWSXRayRecorder`'s `Context` decides
114
+
# the parent by looking at its `_local.entities`, we must copy the entities
115
+
# for concurrent subsegments. Otherwise, the subsegments would be
116
+
# modifying the same `entities` list and sugsegments would take other
117
+
# subsegments as parents instead of the original `segment`.
118
+
#
119
+
# See more: https://github.com/aws/aws-xray-sdk-python/blob/0f13101e4dba7b5c735371cb922f727b1d9f46d8/aws_xray_sdk/core/context.py#L90-L101
0 commit comments