IP address data (using Laravel log channels)

We’re using Sentry.io by using Laravel log channels as described in the docs at https://docs.sentry.io/platforms/php/laravel/. I can’t find user IP address information in the events. We do have “Prevent Storing of IP Addresses” set to OFF, so it’s not that.

Any ideas?

Have you tried the https://docs.sentry.io/error-reporting/configuration/?platform=php#send-default-pii send_default_pii option?