Skip to content

v5.3.1

Compare
Choose a tag to compare
@elrayle elrayle released this 17 Dec 21:05
105a185

IP Logging failures seen in v5.3.0

IP Logging is off by default and requires setting Qa.config.suppress_ip_data_from_log=false in config/initializers/qa.rb in your app. If you have not done that, then this bug fix is not required.

If you are using IP logging (i.e. Qa.config.suppress_ip_data_from_log==false), then you will want to update to this release. In v5.3.0, the IP logging causes failures if the location cannot be retrieved from the http request.

Patch release includes:

  • bug fix to make ip logging more robust when location cannot be retrieved from the request