Skip to content

Releases: getsentry/sentry-electron

4.14.0

17 Oct 20:49
Compare
Choose a tag to compare
  • feat: Renderer process ANR detection with stack traces (#770)
  • fix: Hide ANR child process from dock (#777)
  • test: Electron v28 main process ESM (#773)

4.13.0

05 Oct 15:30
Compare
Choose a tag to compare
  • feat: Add App Not Responding detection for main process (#753)
  • feat: Update from v7.68.0 to
    v7.73.0 of JavaScript SDKs (#766)

4.12.0

03 Oct 13:21
Compare
Choose a tag to compare
  • feat: Identify webContents of renderers via custom protocol (#762)
  • fix: Re-work Sentry minidump loader (#761)
  • feat: Node compatible ESM build for main process (#756)

Note: Node ESM support is in beta until Electron v28 has a beta release and can be tested with the full test suite.

4.11.1

29 Sep 13:06
Compare
Choose a tag to compare

fix: Don't send minidumps that are too small to be valid (#748)

4.11.0

13 Sep 06:32
Compare
Choose a tag to compare
  • feat: Add optional BrowserWindowSession to track sessions as window in foreground (#725)
  • feat: Update from v7.63.0 to
    v7.68.0 of JavaScript SDKs (#738)
  • feat: Mark errors caught by the SDK as unhandled

As per the changes in the JavaScript SDKs for
v7.67.0
, this release fixes inconsistent
behaviour of when our SDKs classify captured errors as unhandled. Previously, some of our instrumentations correctly set
unhandled, while others set handled.

Going forward, all errors caught automatically from our SDKs will be marked as unhandled.
If you manually capture errors (e.g. by calling Sentry.captureException), your errors will continue to be reported as handled.

This change might lead to a decrease in reported crash-free sessions and consequently in your release health score.
If you have concerns about this, feel free to open an issue.

4.10.0

14 Aug 10:46
Compare
Choose a tag to compare
  • feat: Optionally send sessions when they're created (#715)
  • feat: Update from v7.61.0 to v7.63.0 of JavaScript SDKs (#719)

4.9.0

04 Aug 06:49
Compare
Choose a tag to compare
  • fix: Ensure context from previous run is used for native main crashes (#683)
  • feat: Tracing without performance (#710)
  • feat: Deprecate tracingOrigins for tracePropagationTargets (#703)
  • feat: Use protocol.handle on Electron >= v25 (#704)
  • test: Update from v7.58.0 to v7.61.0 of JavaScript SDKs (#709)

4.8.0

14 Jul 08:40
Compare
Choose a tag to compare
  • feat: Update to v7.58.0 of JavaScript SDKs
    (#699)
  • fix: Normalize filename before parsing into module name (#699)

4.7.0

04 Jul 16:54
Compare
Choose a tag to compare

4.6.0

30 May 08:11
Compare
Choose a tag to compare
  • feat: Update to v7.50.0 of JavaScript SDKs
    (#671)
  • fix: Fix debug ID matching by normalizing debug_meta paths (#676)