Sha256: 2bf52b285959cd253ae4544a70502138fed7009773c5ba3b23daaeb93e5c5a79

Contents?: true

Size: 423 Bytes

Versions: 27

Compression:

Stored size: 423 Bytes

Contents

<% if @request -%>
<% max = @request.env.keys.max { |a,b| a.length <=> b.length } -%>
<% @request.env.keys.sort.each do |key| -%>
* <%= "%-*s: %s" % [max.length, key, filter_sensitive_post_data_from_env(key, @request.env[key].to_s.strip)] %>
<% end -%>
<% end -%>
<% if @data -%>
<% @data.each do |key, value| -%>
* <%= key %>: <%= value %>
<% end -%>
<% end -%>

* Process: <%= $$ %>
* Server : <%= `hostname -s`.chomp %>

Version data entries

27 entries across 27 versions & 3 rubygems

Version Path
pboling-super_exception_notifier-1.6.5 views/exception_notifier/_environment.html.erb
pboling-super_exception_notifier-1.6.6 views/exception_notifier/_environment.html.erb
pboling-super_exception_notifier-1.6.7 views/exception_notifier/_environment.html.erb
pboling-super_exception_notifier-1.6.8 views/exception_notifier/_environment.html.erb
pboling-super_exception_notifier-1.7.0 views/exception_notifier/_environment.html.erb
pboling-super_exception_notifier-1.7.1 views/exception_notifier/_environment.html.erb
super_exception_notifier-3.1.0 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-3.0.16 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-3.0.15 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-3.0.14 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-3.0.13 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-3.0.12 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-3.0.11 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-3.0.10 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-3.0.9 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-3.0.8 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-3.0.7 lib/views/exception_notification/notifier/_environment.html.erb
super_exception_notifier-2.0.8 views/exception_notifier/_environment.html.erb
super_exception_notifier-2.0.7 views/exception_notifier/_environment.html.erb
super_exception_notifier-2.0.6 views/exception_notifier/_environment.html.erb