From 4945eda5b116cb0891c7c638a91885561fda0bf9 Mon Sep 17 00:00:00 2001 From: Ivan Tustanivskyi Date: Thu, 22 May 2025 21:39:51 +0300 Subject: [PATCH 1/2] Add note about supported Crash Reporter platforms --- .../unreal/configuration/setup-crashreporter/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/platforms/unreal/configuration/setup-crashreporter/index.mdx b/docs/platforms/unreal/configuration/setup-crashreporter/index.mdx index cbf6f38a040ed..11413abcd89ac 100644 --- a/docs/platforms/unreal/configuration/setup-crashreporter/index.mdx +++ b/docs/platforms/unreal/configuration/setup-crashreporter/index.mdx @@ -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. + + +Crash Reporter is supported only on desktop (Windows, Mac, Linux). In order to capture crashes on mobile and consoles, you need to use the Sentry SDK. + + + Adding it to your game means that in case a crash happens, the following dialog is displayed to the user: From b10a730131334f2a09ee4970bd2541b4366cadd0 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Thu, 22 May 2025 12:32:00 -0700 Subject: [PATCH 2/2] Update docs/platforms/unreal/configuration/setup-crashreporter/index.mdx --- .../unreal/configuration/setup-crashreporter/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/unreal/configuration/setup-crashreporter/index.mdx b/docs/platforms/unreal/configuration/setup-crashreporter/index.mdx index 11413abcd89ac..a3c2d670d758a 100644 --- a/docs/platforms/unreal/configuration/setup-crashreporter/index.mdx +++ b/docs/platforms/unreal/configuration/setup-crashreporter/index.mdx @@ -23,7 +23,7 @@ information about the crash and send it to a service like Sentry to process. -Crash Reporter is supported only on desktop (Windows, Mac, Linux). In order to capture crashes on mobile and consoles, you need to use the Sentry SDK. +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.