Skip to content

Releases: getsentry/sentry-electron

v1.3.0

09 Mar 08:35
Compare
Choose a tag to compare
  • feat: Bump @sentry/* ~5.13.2

v1.2.1

26 Feb 12:06
Compare
Choose a tag to compare
  • Add Support for Electron 8

v1.2.0

08 Jan 09:08
Compare
Choose a tag to compare
  • meta: Update dependencies
  • fix: Fixed location for win-ca write path
  • feat: Allow usage without remote module
  • ref: Use electron-fetch again
  • fix: Add try/catch for decode

v1.1.0

13 Dec 00:09
Compare
Choose a tag to compare
  • meta: Update dependencies
  • feat: Support electron 7

v1.1.0-beta.0

19 Nov 12:19
Compare
Choose a tag to compare
v1.1.0-beta.0 Pre-release
Pre-release
  • meta: Update dependencies
  • fix: Use crashpad logic for Electron >= v6 on Windows
  • fix: Use node-fetch rather than electron-fetch
  • feat: Use win-ca to load Windows root CA's to give same behaviour as electron-fetch
  • meta: Use Sentry logger to trace some caught exceptions

v1.0.0

31 Oct 11:26
Compare
Choose a tag to compare

A lot of internal changes making use of the latest 5.x relesase of the Browser/Node SDK.

Breaking: We persist scope data to disk in case of a native crash. Since the internal scope data changed, existing
scope data is not compatible with the new format. When upgrading to 1.x.x, existing scope data will be wiped on disk.
This only affects your app if the update occurs immediately after a crash, in which case this single event will not have
scope data attached.

  • Feat: Bump @sentry/* ~5.7.1

v0.17.4

19 Sep 07:30
Compare
Choose a tag to compare
  • meta: Empty release for latest npm tag

v0.17.3

19 Jul 07:50
Compare
Choose a tag to compare
  • Fix: Remove webpack:/ part of base path in normalize

v0.17.2

18 Jul 19:37
Compare
Choose a tag to compare
  • Fix: Add device.family and browser.name context
  • Fix: undefined event_id #171

v0.17.1

08 Apr 09:22
Compare
Choose a tag to compare
  • Fix electron-fetch dependency/ fixing windows crash reports #165