Installing zone long-stack-trace or better trace of asyc method calls

I am wondering how we could install long-stack-traces.js to get more information on asynchronous method calls in dev and in production too.
If it’s not supported, is there an ionic 2 way of achieving this?

Uncaught Error: foo
    at f (index.html:24:23)
    ----------------------------------------
    at setTimeout
    at onload (index.html:28:40)
Uncaught Error: foo
    at f (index.html:24:23)
    ----------------------------------------
    at setTimeout
    at onload (index.html:27:40)