Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Edge seems to not support capturing error stack traces? #242

Open
kflynn opened this issue Aug 5, 2016 · 1 comment
Open

Edge seems to not support capturing error stack traces? #242

kflynn opened this issue Aug 5, 2016 · 1 comment

Comments

@kflynn
Copy link
Contributor

kflynn commented Aug 5, 2016

From Sentry:

TypeError
Object doesn't support property or method 'captureStackTrace'

../node_modules/quark/quark_runtime.js in Lock.prototype._fail at line 666:0
     }
     Lock.prototype.release = Lock_Release;
     Lock.prototype._fail = function(msg) {
         var obj = {};
->       Error.captureStackTrace(obj);
         console.error(msg, obj.stack);
         process.exit(1);
     };
     exports.Lock = Lock;
../node_modules/quark/quark_runtime.js in Lock_Acquire at line 650:0
../node_modules/quark/quark/concurrent/index.js in Collector_put at line 535:0
../node_modules/quark/quark/concurrent/index.js in Future_finish at line 202:0

So apparently the Windows 10 Edge browser doesn't support that.

@kflynn
Copy link
Contributor Author

kflynn commented Aug 5, 2016

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant