Skip to main content

network

optional: scrub data from network requests and responses.

isEnabled optional - boolean

Disable logging of all network data.

Script
   feedback.init(YOUR_APP_ID, {
network: {
isEnabled: false,
},,
});