in lib/functions_framework/server.rb [294:302]
def show_error_details= show_error_details
@show_error_details =
if show_error_details.nil?
!::ENV["FUNCTION_DETAILED_ERRORS"].to_s.empty?
else
!!show_error_details
end
end