phptek / silverstripe-sentry

Flexible Sentry compatible bug aggregation client for Silverstripe applications.
BSD 3-Clause "New" or "Revised" License
12 stars 22 forks source link

The "Unavailable" value is not a valid IP address. #92

Closed KallivdH closed 3 months ago

KallivdH commented 8 months ago

Maybe related to #91. This error came after I updated to 5.0.3

Sentry Issue

dcentrica commented 8 months ago

Looks like UserDataBag (silly name) requires an actual IP address somewhere. The module could just default to 0.0.0.0 which Wikipedia says can be used as in-place of a real IP when an IP is unknown.

dcentrica commented 8 months ago

@KallivdH Have a look at the master branch with a fix in it. If it works for you, update this issue and it'll get tagged 5.0.4 shortly.

phptek commented 5 months ago

@KallivdH Does the fix mentioned above work for you? If so, I'm keen to close this issue and issue a new release.

KallivdH commented 5 months ago

Hey, we use sentry only on our production environments. Unfortunately, there isn't an easy way to test this.

phptek commented 3 months ago

Closing as "Assumed Fixed"