We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d4556 commit a077bd9Copy full SHA for a077bd9
CHANGELOG.md
@@ -21,6 +21,7 @@
21
22
- Fix incorrect game log attachment on Android ([#743](https://github.com/getsentry/sentry-unreal/pull/743))
23
- Fix assertion during screenshot capturing in a thread that can't use Slate ([#756](https://github.com/getsentry/sentry-unreal/pull/756))
24
+- Fix invalid syntax in symbol upload batch script ([#801](https://github.com/getsentry/sentry-unreal/pull/801))
25
26
### Dependencies
27
plugin-dev/Scripts/upload-debug-symbols-win.bat
@@ -21,7 +21,7 @@ if "%TargetType%"=="Editor" (
)
if "%TargetPlatform%"=="Android" (
- echo Sentry: Debug symbols upload for Android is handled by Sentry's Gradle plugin (if enabled)
+ echo Sentry: Debug symbols upload for Android is handled by Sentry's Gradle plugin if enabled
exit /B 0
0 commit comments