DevTools Crash Analyzer demo

Open the Console tool in DevTools to view the crash stack trace.

In the development version of the application (dev) the stack trace shows original file and function names thanks to source maps. In the production version of the application (prod), the stack trace shows bundled file and minified function names.

Copy the production stack trace, and use the Crash analyzer tool to unminify it.