File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ✨
Original file line number Diff line number Diff line change 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" ,
148148 "node" : " 22.19.0" ,
149149 "yarn" : " 1.22.22"
150150 }
151- }
151+ }
You can’t perform that action at this time.
0 commit comments