getTagsToRemoveFromLog()

Note:

To access the LATAM E-Document Certification SuiteApp documentation in Brazilian Portuguese (Português do Brasil), see LATAM E-Document Certification.

Example
          /**
    * Returns the tags that must be removed from the message queue log to protect sensitive customer data.
    * Example: returning ["soap:Header"] will remove the entire <soap:Header>*</soap:Header> tag from any logs in the message queue, even if it has attributes.
    * 
    * @returns tags to be removed
    */
    function getTagsToRemoveFromLog() {
        return [""];
    }; 

        

General Notices