lib/erorr/notification.rb in erorr-0.1.1 vs lib/erorr/notification.rb in erorr-0.1.2

- old
+ new

@@ -16,9 +16,10 @@ fingerprint: fingerprint, host: Socket.gethostname, pid: Process.pid, request_params: @params.dig(:request, :params), request_remote_ip: @params.dig(:request, :remote_ip), + request_headers: @params.dig(:request, :headers), } end private