Fixed backtrace in error reports (#247)
* Fixed fonts * Fixed assets * Fixed logo in emails * Switched to immediate email delivery * Fixed prod emails and added deployment tasks * Fixed deployments * Updated README * Added Bike Collectives Core to README * Fixed issue with map loading * Fixed issue with map loading * Added map JSON data to assets precompilation * Fixed error sending to conference administrators * Let error report signature wrap * Fixed backtrace in error reports * Fixed backtrace in error reports
This commit is contained in:
parent
3b4585409f
commit
8460800d1a
@ -2,7 +2,7 @@
|
||||
|
||||
%h2 Error details
|
||||
%code.signature{class: "#{@report.source}-signature"}=@report.signature
|
||||
%code.backtrace{class: "#{@report.source}-backtrace"}=@report.backtrace.gsub(/\n\s+/, '<br> nbsp;').html_safe
|
||||
%code.backtrace{class: "#{@report.source}-backtrace"}=@report.backtrace.gsub(/\n+\s+/, '<br> ').html_safe
|
||||
|
||||
%h2 Request details
|
||||
.request-details
|
||||
|
Loading…
x
Reference in New Issue
Block a user