GleapHttpInterceptor()
to your http client.
GleapDioInterceptor()
to your http client.
tokens, passwords
or usernames
.
network log filters
option (within the advanced options tab). Once the option is enabled, you can add multiple keys to the array bellow, which should be excluded.
All keys, which you add to the exclusion list, will be loaded together with the widget configuration. Before sending a feedback item to our backend, the client SDK will loop through all network requests and stripe off all matching key/value pairs from the request headers
, header-payload
(if it’s a JSON) and response body
(if it’s a JSON).
This ensures that sensitive information will never even leave the client application.
Developer options
and add the desired URLs.