Releases: getsentry/sentry-electron
Releases · getsentry/sentry-electron
2.0.1
- fix: The default version is now correctly sent with an
@
seperator e.g: name@version
(#260)
- fix: Set
compress: true
for crash reporter (#260)
2.0.0
Breaking Change: This version uses the envelope endpoint. If you are
using an on-premise installation it requires Sentry version >= v20.6.0
to work. If you are using
sentry.io nothing will change and no action is needed.
- ref: Decrease bundle size by removing dependencies (#252)
- ref: Use envelope endpoint (#252)
- feat: Export NetTransport (#252)
- feat: Export
flush
& close
(#252)
- feat: Bump
@sentry/*
~5.21.1
- feat: Bump
typescript
3.9.7
v2.0.0-beta.1
Tag for release: 2.0.0-beta.1
v2.0.0-beta.0
Breaking Change: This version uses the envelope endpoint. If you are
using an on-premise installation it requires Sentry version >= v20.6.0
to work. If you are using
sentry.io nothing will change and no action is needed.
- ref: Decrease bundle size by removing dependencies (#252)
- ref: Use envelope endpoint (#252)
v1.5.1
- fix: Rate limit status check (#251)
v1.5.0
- fix: Add
tslib
dependency
- feat: Bump
@sentry/*
~5.19.1
- feat: Provide
esm
build for better treeshakeability
v1.4.0
- feat: Add rate limiting to net transport (#245)
- fix: Expose
browser
& module
field in package.json
for bundlers (#241)
- feat: Bump
@sentry/*
~5.19.1
- fix: Don't persist scope data across starts (#242)
- feat: New options
useCrashpadMinidumpUploader
and useSentryMinidumpUploader
(#244)
v1.3.2
- fix: Create error object in case we cant detect it (#240)
v1.3.1
- fix: Add test for electron.net module (#235)
- fix: getCrashesDirectory is documented as API now (#234)
- fix: check if contents is destroyed before hooking for breadcrumbs (#230)
- perf: dont double serialize IPC messages (#232)