When I do console.error(\'Custom Error\') I get a nice trace of where it came from
console.error(\'Custom Error\')
For Example:
func1(); function func1() { func2(); }