lib/timber/events/exception.rb in timber-2.0.17 vs lib/timber/events/exception.rb in timber-2.0.19

- old
+ new

@@ -24,10 +24,10 @@ {name: name, message: exception_message, backtrace: backtrace} end alias to_h to_hash def as_json(_options = {}) - {:server_side_app => {:exception => to_hash}} + {:exception => to_hash} end def message "#{name} (#{exception_message})" end \ No newline at end of file