Skip to content

Commit f5e1418

Browse files
committed
Add notice about env variable allowing to enable debug sym upload
1 parent b3c81f0 commit f5e1418

File tree

1 file changed

+2
-0
lines changed
  • docs/platforms/unreal/configuration/debug-symbols

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ You must configure which build configurations, target types, and platforms Sentr
2121

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

24+
Alternatively, debug symbol upload can be enabled by setting `SENTRY_UPLOAD_SYMBOLS_AUTOMATICALLY` environment variable to `True`. This can be especially helpful in CI/CD environments where manual configuration is impractical.
25+
2426
### Manual Upload Using sentry-cli
2527

2628
To upload debug symbols to Sentry manually, run `sentry-cli` through the command line. You can either use the provided executables from within the package, or follow the [sentry-cli documentation](/product/cli/installation/) to make it available globally. To upload debug symbols run the following command:

0 commit comments

Comments
 (0)