STRING_MASK
STRING_MASK = '********'
This constant defines the mask string used to strip sensitive information.
This processor removes all the data of the HTTP body to ensure no sensitive informations are sent to the server in case the request method is POST, PUT, PATCH or DELETE.
$client : \Raven_Client
__construct(\Raven_Client $client)
Class constructor.
\Raven_Client | $client | The Raven client |