Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
mydea and lizokm committed Aug 24, 2023
commit 5aa3fd02a4e9200873138d7f97b6eeabf0563c9c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Supports capturing events from `uncaughtException` while retaining
sidebar_order: 10
---

Captures breadcrumbs for events for many of Electrons built-in modules. The breadcrumbs captured for each module can be configured `true` to capture all events or `false` to capture no events. Alternatively you can supply a function which is passed the event name and returns `true` or `false` depending on whether the event should be captured.
Captures breadcrumbs for events for many of Electron's built-in modules. The breadcrumbs captured for each module can be configured `true` to capture all events or `false` to capture no events. Alternatively, you can supply a function which is passed the event name and returns `true` or `false`, depending on whether the event should be captured.

The defaults for this integration are effectively:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Captures sessions linked to the lifetime of the Electron main proc
sidebar_order: 10
---

Captures sessions linked to the lifetime of the Electron main process. These sessions result in [release health](/product/releases/health/) statistics being displayed in Sentry.
Captures sessions linked to the lifetime of the Electron main process. Capturing sessions makes it possible to show [release health](/product/releases/health/) statistics in Sentry.

Unless `autoSessionTracking` is set to `false`, this integration will be automatically added.

Expand Down