Skip to content

Commit 091dd9b

Browse files
Merge branch 'release/7.15.0'
2 parents 7c28865 + e104094 commit 091dd9b

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 7.15.0
4+
5+
### New Features ✨
6+
7+
- Parse JavaScript stack frames from renderer OOM minidump by @timfish in [#1382](https://github.com/getsentry/sentry-electron/pull/1382)
8+
- Update Sentry SDKs to v10.62.0 by @github-actions in [#1392](https://github.com/getsentry/sentry-electron/pull/1392)
9+
10+
### Bug Fixes 🐛
11+
12+
- Fix macOS keychain prompt in latest Electron by @timfish in [#1396](https://github.com/getsentry/sentry-electron/pull/1396)
13+
- Scope IPC breadcrumb pop by @timfish in [#1395](https://github.com/getsentry/sentry-electron/pull/1395)
14+
- Preserve electron net request arguments by @dogodo-cc in [#1393](https://github.com/getsentry/sentry-electron/pull/1393)
15+
16+
### Internal Changes 🔧
17+
18+
- Fix Windows test flakes by @timfish in [#1397](https://github.com/getsentry/sentry-electron/pull/1397)
19+
- New Electron versions by @github-actions in [#1385](https://github.com/getsentry/sentry-electron/pull/1385)
20+
321
## 7.14.0
422

523
### New Features ✨

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry/electron",
33
"description": "Official Sentry SDK for Electron",
4-
"version": "7.14.0",
4+
"version": "7.15.0",
55
"main": "./index.js",
66
"module": "./esm/main/index.js",
77
"browser": "./esm/renderer/index.js",
@@ -148,4 +148,4 @@
148148
"node": "22.19.0",
149149
"yarn": "1.22.22"
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)