davidmarkclements / cute-stack

Cute up your stack traces in Node
82 stars 6 forks source link

browser-side package #6

Open davidmarkclements opened 9 years ago

davidmarkclements commented 9 years ago

cute-stack could be useful on the browser side too - particularly for postmortem stack strategies

However this does open up a whole can of worms (e.g. only v8 has Error.prepareStackTrace - other (nasty) ways to capture stack traces would be needed for cross browser compat

it might not be worth it