geo property

SentryGeo? geo
final

Approximate geographical location of the end user or device.

The geolocation is automatically inferred by Sentry.io if the ipAddress is set. Sentry however doesn't collect the ipAddress automatically because it is PII. The geo location will currently not be synced to the native layer, if available.

Implementation

// See https://github.com/getsentry/sentry-dart/issues/1065
final SentryGeo? geo;