Closed smashwilson closed 6 years ago
Oh - I looked at the GitHub package to see why we weren't having the same problem, because we're using fetch
for network operations, too, and we're just using the built-in one from Chromium.
thanks for reporting, @smashwilson !
I merged some changes to telemetry
to hopefully address this problem but I'm going to keep this open until I've published and verified the fix works with Atom.
👋 Hey!
I'm getting the following telemetry stack from Atom when attempting to authenticate with the GitHub package:
It looks like more snapshot pain; because the
Promise
global isn't available while the snapshot is being generated, node-fetch isn't seeing it.I'm not sure what the best way to work around this one is - exclude
isomorphic-fetch
from the snapshot, maybe?