Package 

Interface StringObfuscator


  • 
    public interface StringObfuscator
    
                        

    Obfuscates string of text in session replay.

    DO NOT USE this class or its methods if you are not working on the internals of the Datadog SDK or one of the cross platform frameworks.

    • Method Summary

      Modifier and Type Method Description
      abstract String obfuscate(String stringValue) Obfuscates string of text in session replay.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • obfuscate

         abstract String obfuscate(String stringValue)

        Obfuscates string of text in session replay.

        For Datadog internal use only.