Skip to content

Commit 3a1d0a0

Browse files
authored
Update installation-recommendations.md
1 parent 578c47e commit 3a1d0a0

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

docs/platforms/unreal/installation/installation-recommendations.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,30 @@ description: "Learn more about choosing the right installation for Unreal Engine
44
sidebar_order: 8000
55
---
66

7-
## Installation Recommendations
7+
## Installation Recommendations: GitHub Releases or Fab
88

99
<Note>
1010
While Unreal Engine uses "plugins", we will refer to the Sentry support we offer within Unreal Engine as the Sentry Unreal Engine SDK.
1111
</Note>
1212

13-
### GitHub Releases or Unreal Engine Fab (formerly marketplace)
13+
There are three common ways to install an SDK to use with Unreal Engine:
14+
1. Install from the [Epic Games Fab](https://www.fab.com/) ([formerly known as the marketplace](https://www.unrealengine.com/en-US/blog/fab-epics-new-unified-content-marketplace-launches-today))
15+
2. Download a pre-built SDK that you install (e.g. from a GitHub Releases page)
16+
3. Clone and build the SDK yourself and install
17+
18+
Being Fair Source, Sentry offers all three for you to be able to get the insights only Sentry can provide. However, each has it's own limitations.
19+
20+
### Overview of SDK Versions
21+
22+
| Feature | Fab | GitHub Releases | Build Yourself |
23+
|---------|-----|-----------------|----------------|
24+
| sentry.cli | | X | X |
25+
26+
### Installing from Fab
27+
28+
29+
### Installing from GitHub Releases
30+
31+
32+
### Build yourself
1433

0 commit comments

Comments
 (0)