Jul 21, 2017 · 1 min read
One question once I did prod build using angular cli. How do I do logging error stack trace ? I am using stacktrace.js to get frames but it is showing main.bundle.js, vender.js etc not showing the exact component name where exception occur. How to do logging with proper stack trace in production ?
