Skip to content

Releases: getsentry/sentry-electron

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)

4.5.0

26 Apr 09:05
Compare
Choose a tag to compare
  • feat: Update to v7.48.0 of JavaScript SDKs
    (#662)
  • fix: IPC protocol should be registered as secure (#664)

4.4.0

03 Apr 12:50
Compare
Choose a tag to compare

4.3.0

20 Feb 10:37
Compare
Choose a tag to compare
  • fix: Add 2 second timeout to session flushing (#644)
  • feat: Update dependencies (#640)
  • feat: Update Sentry SDKs to 7.37.1 (#636)
  • fix: Replay should be re-exported (#633)