Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ Below we'll break down each step in detail.
The UE Crash Reporter is provided out of the box by Epic Games. It is able to collect relevant
information about the crash and send it to a service like Sentry to process.

<Alert>

Epic Games only provides the Crash Reporter Client on desktop (Windows, Mac, Linux). In order to capture crashes on mobile and consoles, you need to use the Sentry SDK, which support all platforms, including desktop.

</Alert>

Adding it to your game means that in case a crash happens, the following dialog is displayed
to the user:

Expand Down
Loading