datopian / frontend-v2

CKAN / Data Portal frontend as microservice in pure Javascript (Node).
http://tech.datopian.com/frontend/
MIT License
38 stars 18 forks source link

Include stack trace of an error if exists + small bug fix #190

Closed anuveyatsu closed 3 years ago

anuveyatsu commented 3 years ago

The major issue with the current error logger is that it doesn't properly log full stack trace which is essential for debugging. This PR fixes it.

It also fixes a small bug when rendering a dataset page without resource.views.

sagargg-zz commented 3 years ago

LGTM