Releases: getsentry/sentry-electron
Releases · getsentry/sentry-electron
5.0.0-beta.0
This release updates the underlying Sentry JavaScript SDKs to v8 which includes a number of breaking changes, including
removal of APIs deprecated in the previous major version. The aim of these changes is to improve our performance
monitoring APIs, integrations API, and ESM support.
For the full list of changes, see the migration guide.
4.21.0
- feat: Update from v7.105.0 to
v7.107.0 of JavaScript SDKs (#844)
- feat: Limit minidumps sent per app session (#846)
- fix: Duplicate event hookup (#849)
4.20.0
- feat: Update from v7.102.1 to
v7.105.0 of JavaScript SDKs (#837, #841)
- feat: Deprecate
Anr
class based integration in favor of new functional style (#822)
- feat: Support and test
Sentry.sendFeedback
(#839)
4.19.0
- feat: Update from v7.101.0 to
v7.102.1 of JavaScript SDKs (#823)
- feat: Deprecate class based integrations in favor of new functional style (#822)
4.17.0
- feat: Update from v7.90.0 to
v7.92.0 of JavaScript SDKs (#810)
- feat: Re-work ANR detection to use worker thread (#810)
- feat: Add support for performance metrics (#811)
- test: Ensure correct scope for main process native crashes (#812)