Skip to content

Commit 1dcad5b

Browse files
Unreal Engine: Add note on supported platforms for Crash Reporter (#13809)
This PR adds a note about the platforms where `Crash Reporter` is supported as an addition to the `CRC vs Sentry SDK` comparison. --------- Co-authored-by: Bruno Garcia <[email protected]>
1 parent 0f3c083 commit 1dcad5b

File tree

1 file changed

+6
-0
lines changed
  • docs/platforms/unreal/configuration/setup-crashreporter

1 file changed

+6
-0
lines changed

docs/platforms/unreal/configuration/setup-crashreporter/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Below we'll break down each step in detail.
2121
The UE Crash Reporter is provided out of the box by Epic Games. It is able to collect relevant
2222
information about the crash and send it to a service like Sentry to process.
2323

24+
<Alert>
25+
26+
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.
27+
28+
</Alert>
29+
2430
Adding it to your game means that in case a crash happens, the following dialog is displayed
2531
to the user:
2632

0 commit comments

Comments
 (0)