adaptive-learning / proso-apps-js

AngularJs front-end modules for an adaptive learning system (depending on server https://github.com/adaptive-learning/proso-apps)
1 stars 1 forks source link

JS error logging: log also stacktrace #8

Closed slaweet closed 8 years ago

papousek commented 8 years ago

It is technically hard, because I am not sure how to convert stack trace to JSON, and then dump it to string.

slaweet commented 8 years ago

I don't need JSON, just something like this: http://stackoverflow.com/questions/6715571/how-to-get-result-of-console-trace-as-string-in-javascript-with-chrome-or-fire/28118170#28118170 Without a stack trace the logs are really difficult to use.

slaweet commented 8 years ago

Or at least file and line number.

papousek commented 8 years ago

resolved by 7805feef966c62c8223df56c1426c2e6fb13aca6