Enable and Disable IP Capture

Flutter app IP capture configuration

πŸ“˜

LogRocket Flutter support is currently in Alpha

Disable IP Address capture

LogRocket captures IP addresses to enable reverse-IP lookups for location search, and to help you match between back-end logs and captured sessions.

By default, this IP capture is enabled. If you'd like LogRocket to not store IP addresses, add ipCaptureEnabled: false to your configuration:

LogRocketInitConfiguration(
  appID: '<APP_SLUG>',
  ipCaptureEnabled: false,
)