Releases: getsentry/sentry-electron
Releases · getsentry/sentry-electron
7.1.1
- fix: Preload injection path (#1243)
- fix: Preload
contextIsolation
issues (#1244)
- fix: Include
sentry.origin
with auto-generated logs (#1241)
7.1.0
- feat: Update JavaScript SDKs from v10.7.0 to v10.11.0 (#1236)
- feat: Optional Namespaced IPC (#1234)
- fix: Export
ErrorEvent
type (#1229)
- fix: Only capture logs if
enableLogs
is true (#1235)
7.0.0
This release updates the underlying Sentry JavaScript SDKs to v10 which includes
some breaking changes. Check out the the migration guide for
more details.
- feat: Update JavaScript SDKs to v10.8.0 (#1205)
6.11.0
- feat: Update JavaScript SDKs from v9.45.0 to v9.46.0
- fix: Ensure native directory ends up in package (#1216)
6.10.0
- feat: Update JavaScript SDKs from v9.43.0 to v9.45.0
- fix: Don't use
deepmerge
to merge events to remove circular ref. issues (#1210)
- fix: Support
node16
for TypeScript moduleResolution
(#1203)
6.9.0
- feat: Update JavaScript SDKs from
v9.26.0
to
v9.43.0
- feat: Add
eventLoopBlockIntegration
(#1188)
- feat: Move renderer event loop block detection to an integration (#1196)
6.8.0
- feat: Update JavaScript SDKs from v9.25.0 to v9.26.0
- fix: Don't capture stack traces from destroyed renderers (#1165)
6.7.0
- feat: Update JavaScript SDKs from v9.18.0 to v9.25.0
- feat: Add structured logging support (#1159)