Skip to content

Commit 64e254f

Browse files
committed
Merge branch 'master' into ogi/tet-988-add-docssentryio-for-mcp
2 parents 573b47e + 47eba75 commit 64e254f

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

docs/platforms/unreal/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The Unreal Engine (UE) SDK is officially supported for the three latest UE versi
4141

4242
We recommend downloading the latest plugin sources from the [GitHub Releases page](https://github.com/getsentry/sentry-unreal/releases), but we also support [alternate installation methods](/platforms/unreal/install/).
4343

44-
To integrate Sentry into your Unreal Engine project using the GitHub package, select the artifact that matches your Unreal Engine version and includes `github` in its name. Place the extracted files in your project's `Plugins` directory. On the next project launch, UE will prompt you to build the Sentry and SentryEditor modules.
44+
To integrate Sentry into your Unreal Engine project using the GitHub package, select the artifact that matches your Unreal Engine version. Place the extracted files in your project's `Plugins` directory. On the next project launch, UE will prompt you to build the Sentry and SentryEditor modules.
4545

4646
<Alert>
4747

docs/product/user-feedback/setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ The Sentry SDK that injects the Feedback widget runs on the client's browser, an
4242

4343
The Crash Report Modal allows users to submit feedback after they experience an error, via an automatic modal that pops up after an error occurs. This is done by adding a script tag to your HTML template.
4444

45-
[JavaScript](/platforms/javascript/user-feedback/#crash-report-modal)
46-
[PHP](/platforms/php/user-feedback/#crash-report-modal)
45+
- [JavaScript](/platforms/javascript/user-feedback/#crash-report-modal)
46+
- [PHP](/platforms/php/user-feedback/#crash-report-modal)
4747

4848
## Supported SDKs for User Feedback API
4949

platform-includes/getting-started-install/unreal.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ Currently, this method is available only for C++ UE projects. Blueprint projects
88

99
</Alert>
1010

11-
<Alert>
12-
13-
The [Releases page](https://github.com/getsentry/sentry-unreal/releases) provides two plugin packages: `github` and `marketplace`. The key difference between the two is the crash capturing backend, which is used under the hood on Windows.
14-
15-
We recommend using the `github` version which uses `Crashpad`, an out-of-proc handler that sends the crash report right away. The `marketplace` version relies on `Breakpad`, an in-proc handler which requires the UE application or game to be relaunched in order to send the crash reports to Sentry.
16-
17-
</Alert>
18-
1911
Alternatively, the Sentry SDK can be downloaded via the [standard installation process](https://docs.unrealengine.com/5.2/en-US/working-with-plugins-in-unreal-engine/#installingpluginsfromtheunrealenginemarketplace) from its [UE Marketplace](https://www.unrealengine.com/marketplace/en-US/product/sentry-01) page within the Epic Games Launcher.
2012

2113
<Alert>

0 commit comments

Comments
 (0)