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,
},,
});
optional: scrub data from network requests and responses.
isEnabled optional - boolean
Disable logging of all network data.
feedback.init(YOUR_APP_ID, {
network: {
isEnabled: false,
},,
});