facebook_app 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,9 +7,10 @@ module FacebookApp
7
7
  end
8
8
 
9
9
  def track_conversion(conversion_state)
10
- Rails.logger.log "Attempting to track #{conversion_state}"
10
+ Rails.logger.info "Attempting to track #{conversion_state} with cookie #{cookies[:conversion_id]}"
11
11
  Conversion.track(cookies[:conversion_id], conversion_state)
12
12
  rescue
13
+ Rails.logger.info "Failed to track #{conversion_state}. Error with logging"
13
14
  end
14
15
 
15
16
  end
@@ -1,3 +1,3 @@
1
1
  module FacebookApp
2
- VERSION = "0.0.21"
2
+ VERSION = "0.0.22"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: facebook_app
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.21
5
+ version: 0.0.22
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Kinsella