stacktracejs/stacktrace.js

Allow to skip function name guessing

pawelpabich opened this issue · 2 comments

First of all. Thanks for a great library!

Not sure whether this is happening only in my case, but the "guessed" names of functions are worse than what the JS runtime provides. Would it be possible to add an option to skip the name guessing?

Current

image

findFunctionName function skipped

image

Also, happy to come up with a PR if that helps.

+1 :)