whoops_rails_logger 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,7 @@ module WhoopsRailsLogger
43
43
 
44
44
  self.add_message_builder(:create_event_group_identifier) do |message, raw_data|
45
45
  identifier = "#{message.details[:controller]}##{message.details[:action]} #{message.message}"
46
- identifier << raw_data[:exception].backtrace.first.gsub(/:in.*/, "")
46
+ identifier << message.details[:backtrace].first.gsub(/:in.*/, "")
47
47
  message.event_group_identifier = Digest::MD5.hexdigest(identifier)
48
48
  end
49
49
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whoops_rails_logger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 9
10
- version: 0.1.9
9
+ - 10
10
+ version: 0.1.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Higginbotham