Releases: getsentry/sentry-electron
Releases · getsentry/sentry-electron
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)
6.5.0
- feat: Update JavaScript SDKs from v9.10.1 to v9.11.0
- fix: GPU context should use id rather than device_id (#1126)
- feat: Optionally capture manufacturer and model device context (#1125)
6.4.0
- feat: Update JavaScript SDKs from v9.8.0 to v9.10.1
- fix: Missing Dynamic Sampling Context in envelope header for renderer tracing (#1117)
- feat: Use
frame.collectJavaScriptCallStack()
for renderer ANR in Electron >= v34 (#1105)
6.3.0
- feat: Update JavaScript SDKs from v9.6.0 to v9.8.0
- fix: Electron app.getPath('crashDumps') API can throw (#1106)