Class AppInsightsUtils


  • public final class AppInsightsUtils
    extends Object
    • Method Detail

      • hash

        public static String hash​(String original)
        For security reason, hash the sensitive information before sent to AI.
        Parameters:
        original - the original string before hashing.
        Returns:
        the hashed string.