AndreasMadsen / trace

Creates super long stack traces
https://trace.js.org
MIT License
194 stars 18 forks source link

Usage with electron #38

Closed 7c closed 5 years ago

7c commented 6 years ago

Thanks for that great product. Is there a way i can use this with electron ?

AndreasMadsen commented 6 years ago

Hmm, I'm not sure. Did you try just adding require('trace') to the entry file?

It should be possible to support the node.js parts but we can't track the browser parts.