Skip to content

Version 1.1.3

Compare
Choose a tag to compare
@nikz nikz released this 09 Jul 12:05
· 445 commits to master since this release

This release includes a minor change to how IP addresses are reported to Raygun.

Raygun4Ruby will now use the following env hash keys in order to try to determine the correct IP address to report.

  • action_dispatch.remote_ip - this is set by Rails, you can see their logic here
  • raygun.remote_ip - a custom key, in case you have logic you want to use or some specific constraints
  • REMOTE_ADDR - this is the existing behaviour