davidmarkclements / cute-stack

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

plugins for postmortem stacks #5

Open davidmarkclements opened 9 years ago

davidmarkclements commented 9 years ago

Any value to having a secondary purpose - persisted stack logs for post mortem analysis

So plugins that actually append to log files, or logger databases etc - the JSON stack kind of alludes to this use case

@bahmutov can you weigh in

bahmutov commented 9 years ago

yup, definitely there is value to that. But I would start with a few simpler things. Like showing context around the crash (a few lines above and below) for each frame, similar to single line bad-line is showing now

davidmarkclements commented 9 years ago

yah that sounds good

davidmarkclements commented 9 years ago

I'm also thinking you could have a web app, and a cute-stack plugin could feed every stack trace to this app