monitr-rails 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/monitr-rails.rb +1 -1
  2. metadata +1 -1
data/lib/monitr-rails.rb CHANGED
@@ -21,7 +21,7 @@ class Monitr
21
21
  params["REMOTE_ADDR"] = controller.request.env["HTTP_X_REAL_IP"]
22
22
  end
23
23
 
24
- params["REQUEST_URI"] = @domain
24
+ params["DOMAIN"] = @domain
25
25
 
26
26
  if @monitr_request_start
27
27
  params["REQUEST_PROCESS_TIME"] = Time.now.to_f - @monitr_request_start
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: monitr-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.2.4
5
+ version: 1.2.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark Brassard