Diego Rodríguez Baquero
7e8078ed92
esm
2021-10-11 18:27:41 -05:00
Diego Rodríguez Baquero
e42a515199
fix: modernify code ( #2068 )
...
* fix: modernify code
* standard fix
* fixes
2021-10-11 18:23:09 -05:00
Diego Rodríguez Baquero
c36e43eaa3
fix: electron upgrade fixes ( #2058 )
...
* fix: electron upgrade fixes
* fix: electron remote
* fixes
* fixes
* pin
* actually
2021-10-10 13:21:45 -05:00
SurajRathod
583cecc661
selective import
2020-06-06 17:46:30 +05:30
Feross Aboukhadijeh
0359451498
Update to Electron 6
2019-08-09 15:03:06 -07:00
Linus Unnebäck
ffb809bbca
Prefer const over let
2018-10-10 21:21:29 +02:00
Feross Aboukhadijeh
10b4450214
standard
2018-08-28 19:38:25 -07:00
Adam Gotlib
d8904aaf6e
Log successful attempts to open an external player
2016-10-13 23:31:34 -05:00
Adam Gotlib
e8ab172d1b
Remove unused 'timeout' field from telemetry
2016-10-13 23:31:34 -05:00
Feross Aboukhadijeh
cdb7b6eb44
Style fixes to PR #995 based on feedback
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
5815d8efe7
Fix first run telemetry bug
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
e10a84b294
Refactor: telemetry sending
...
- Fix bug where approxNumTorrents and other stats were not refreshed
when getting sent on 12 hour interval
- Lazy require modules
- Move setInterval into renderer/main.js
- Remove low-level https usage, use simple-get
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
5ff2d893b9
perf: 90ms improvement: Defer more code in renderer, load state earlier
...
By deferring more code in the renderer and loading state earlier, we
improve startup time by another 90ms!
Before: 507 unique requires (1270-1280ms)
After: 506 unique requires (1180-1190ms)
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
7415d3cee5
Detect system architecture; send in update/telemetry
...
Detect the actual operating system CPU architecture. This is different
than `process.arch` which returns the architecture the binary was
compiled for.
This is just good info to have in the telemetry, but we're also sending
it in the update check so that eventually we can upgrade Windows 32-bit
apps to 64-bit, like Slack does.
Context:
https://github.com/feross/webtorrent-desktop/issues/873#issuecomment-247
722023
2016-09-16 19:24:21 -07:00
DC
45e838d4c3
Telemetry: add torrent stats
2016-09-16 00:54:07 -07:00
DC
b93f41f564
Telemetry: fix stacktrace redaction
2016-09-01 20:05:37 -07:00
DC
3f6cc97a02
Style: no more var
2016-09-01 19:52:37 -07:00
Mathias Rasmussen
df16b14586
early telemetry ( #870 )
2016-09-01 15:58:02 -07:00
Mathias Rasmussen
75d30baaa5
Telemetry: handle undefined values
2016-08-29 03:08:54 +02:00
DC
f488ef7597
Telemetry: fix error logging bugs, [object Object] and [object HTMLMediaElement]
2016-08-25 05:56:46 -07:00
DC
2c179c7465
Telemetry: log version in errors
2016-08-25 03:50:13 -07:00
DC
eba9aa3e17
Telemetry: log app version
2016-08-22 23:59:52 -07:00
DC
0ee92fb632
Telemetry: redact stacktraces
2016-08-22 00:54:19 -07:00
Feross Aboukhadijeh
bf464de16f
remove extra console.error
...
This prevents all errors from being logged twice
2016-08-21 16:55:16 -07:00
DC
1db890f5e7
Telemtry: post at least once a day
...
This ensures that people who keep the app running in the background
for days at a time are still counted as active users.
2016-08-20 18:30:22 -07:00
DC
2a1e987d42
Switch from virtualdom to React
2016-07-22 13:06:55 -07:00