Skip to content

Commit 225195e

Browse files
committed
Remove Sentry CLI configuration type selection
1 parent 1803f1b commit 225195e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
43.4 KB
Loading

docs/platforms/unreal/configuration/debug-symbols/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Sentry will upload debug symbols only for build configurations and target types
2525

2626
![The Unreal Engine debug symbols upload configuration](./img/unreal-debug-symbols.png)
2727

28-
The `sentry-cli` require you to specify the organization and project to work with as well as a token to authenticate with Sentry. The Unreal Engine SDK provides two ways to configure these settings that can be selected in "Configuration type" dropdown - either by using a properties file (default) or environment variables.
28+
The `sentry-cli` require you to specify the organization and project to work with as well as a token to authenticate with Sentry. The Unreal Engine SDK provides two ways to configure these settings - either by using a properties file (default) or environment variables.
2929

3030
### Properties File
3131

3232
To configure the `sentry-cli` using properties file enter the [Auth Token](https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/), Organization Slug, and Project Name. Note, that the Unreal Engine SDK automatically creates a `sentry.properties` file at the root of your project directory to store the configuration. This configuration file should **never** be made publicly available.
3333

3434
### Environment Variables
3535

36-
The `sentry-cli` can be configured by setting the following environment variables which will be automatically picked up during the debug symbol upload:
36+
The `sentry-cli` can be configured by setting the following environment variables which will be automatically picked up during the debug symbol upload if the properties file is not found:
3737

3838
```bash
3939
export SENTRY_ORG=___ORG_SLUG___

0 commit comments

Comments
 (0)