Skip to content

Releases: getsentry/sentry-electron

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)

4.2.0

11 Jan 21:26
Compare
Choose a tag to compare
  • feat: Update JavaScript SDKs to 7.30.0 and add support for Replay in renderers (#618)
  • feat: Use a transport to send events to main process rather than via integration (#610)
  • test: Add test to ensure window titles don't end up in breadcrumbs when disabled (#594)
  • fix: Use POST for main process ping so it does not result in fetch breadcrumb (#612)
  • CI: Use volta-cli/action to use the correct node version (#609)
  • CI: Auto-generate PRs for JavaScript SDK updates (#608)

4.1.2

21 Nov 14:06
Compare
Choose a tag to compare
  • fix: Ensure the scope writes do not beat the initial async scope read (#593)
  • fix: Also check crashpad pending directory on macOS when renderer process exits (#592)

4.1.1

15 Nov 15:45
Compare
Choose a tag to compare
  • feat: Add additional options and queue status callback to offline transport (#580)
  • fix: Change parameter name to give more useful TypeScript error on SDK version mismatch (#584)
  • fix: Attempt to send minidumps for all process gone reasons (#586)

4.1.0

14 Oct 14:26
Compare
Choose a tag to compare
  • feat: Support passing JavaScript framework specific SDK init as second init parameter (#575)
  • feat: Update JavaScript SDKs to 7.15.0 (#572)
  • fix: Include sentry_key in IPC Ping URL so it does not create breadcrumbs (#576)

4.0.3

06 Oct 09:06
Compare
Choose a tag to compare
  • fix: ElectronMainOptions type should be a union with NodeOptions