Skip to content

Releases: getsentry/sentry-electron

v0.5.1

16 Apr 13:06
Compare
Choose a tag to compare
  • Added default values for release and environment
  • Added an event_type tag to distinguish native from javascript errors
  • Send runtime information along with events: Electron, Chrome and Node versions
  • Send app meta data, such as the application name and version

v0.5.0

09 Apr 13:41
Compare
Choose a tag to compare

Breaking Changes:

  • All functions like captureException are now direct named exports
  • Most functions are now sync, and the async ones take a callback parameter
  • The SDK is now initialized via init() (was create before)

See the readme for full usage instructions, as well as the
@sentry/next tracking issue
for details on this change.

Other Changes:

  • Set the default number of breadcrumbs to 30
  • Fix an issue with paths containing spaces

v0.4.2

20 Mar 16:43
Compare
Choose a tag to compare
  • Fix adding breadcrumbs in the renderer process
  • Fix setting context in the renderer process
  • Fix a crash during startup when trying to load breadcrumbs
  • Handle onFatalError correctly

v0.4.1

16 Mar 13:58
Compare
Choose a tag to compare
  • Support for JavaScript errors and native crashes (Electron CrashReporter)
  • Record breadcrumbs and context information across renderers and the main
    process
  • Device and event information is included in every event
  • Buffer crash reports and events as long as the device is offline