stacktracejs / error-stack-parser

Extract meaning from JS Errors
https://www.stacktracejs.com/#!/docs/error-stack-parser
MIT License
458 stars 52 forks source link

Added support for WinJS stack traces #24

Open auchenberg opened 8 years ago

auchenberg commented 8 years ago

See https://github.com/csnover/TraceKit/commit/24eb0d2a34bca781293f00cf276572f3255aea05

eriwen commented 8 years ago

@auchenberg Looks a whole lot like an IE stack entry, similar enough that ErrorStackParser.parse may already work for WinJS. That said, could I ask a huge favor and request a sample WinJS Error object with stack?