def _xray_add_metadata()

in lambdas/helper/dal.py [0:0]


    def _xray_add_metadata(name, value):
        if is_lambda_environment and xray_recorder and xray_recorder.current_subsegment():
            return xray_recorder.current_subsegment().put_metadata(name, value)