question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`electron-download` should be replaced by `@electron/get`

See original GitHub issue

The code that Sentry Wizard generates when creating an Electron application depends on electron-download which is no longer maintained. This should be migrated to use @electron/get instead.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:12 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
AbhiPrasadcommented, Aug 4, 2022

Maybe we just remove the uploader script from the wizard then? Let me ask folks internally about automatically enabling the Electron symbol server.

2reactions
kamilogorekcommented, Aug 4, 2022

2GB is the hard limit that we have on uploaded debug symbols. There are 2 ways in case you need to upload and use something larger than that:

Read more comments on GitHub >

github_iconTop Results From Across the Web

electron/get: Download Electron release artifacts - GitHub
This module downloads Electron to a known place on your system and caches it so that future requests for that asset can be...
Read more >
Advanced Installation Instructions | Electron
During installation, the electron module will call out to @electron/get to download prebuilt binaries of Electron for your platform. It will do so...
Read more >
Options | electron-packager
Regardless of source, characters in the Electron app name which are not allowed in all target platforms' filenames (e.g., / ), will be...
Read more >
angular-electron-download-manager - npm package - Snyk
Manage downloadItems for angular from Electron's BrowserWindows without user interaction, allowing single file download and bulk downloading For more ...
Read more >
electron - npm
... but if you require electron inside your Node app (not your Electron app) it will return the file path to the binary....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found