Update to Electron 12 + Telemetry questions #47
mauricioszabo
started this conversation in
General
Replies: 0 comments 4 replies
-
My 2 cents on some questions posed:
Lastly if we decide to still collect crash reports, and those are publicly available, it would allow anyone to then read this crash report, and start working on a solution. And lastly if we do I think we should have the option to deny the crash report send, per report. Since users should be able to easily change their mind on consent to crash reports, at the time of the crash. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After doing https://github.com/pulsar-edit/pulsar/discussions/1, I decided to try to update to Electron 12.
The good news is that it works: it's also on the branch build-without-scripts, with the same issues as I told on the last discussion.
The only issue is with Electron CrashReport. Atom uses CrashReport both on the "main process" and on the "renderer process", and using on renderer is deprecated and removed on Electron 12.
Which gives us the question: do we keep CrashReport? Where it will be sent? Who will read it? What about telemetry - do we keep it, or 100% remove it?
Finally, if we decide to keep, can we create a public site where everyone can actually see the data we collect, as a way to be 100% transparent? WDYT?
Beta Was this translation helpful? Give feedback.
All reactions