shouldCaptureIP
optional (default: true)
LogDuck captures IP addresses to enable reverse-IP lookups for location search, and to help you match between back-end logs and captured sessions.
If you'd like LogDuck to not store IP addresses, add this option to your configuration:
Script
feedback.init(YOUR_APP_ID, {
shouldCaptureIP: false,
});