Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up symbol upload script logs #646

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

tustanivsky
Copy link
Collaborator

@tustanivsky tustanivsky commented Oct 7, 2024

Related to #636

#skip-changelog

Copy link
Contributor

@bitsandfoxes bitsandfoxes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improved logs! <3

@@ -33,11 +33,10 @@ if "%TargetPlatform%"=="Win64" (
)

call :ParseIniFile "%ConfigPath%\DefaultEngine.ini" /Script/Sentry.SentrySettings UploadSymbolsAutomatically UploadSymbols
echo Sentry: Automatic symbols upload is '%UploadSymbols%' from plugin settings
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't we miss that log?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If symbol upload flag is unspecified/disabled in settings or overridden by env variable we'll print a corresponding message later on anyway, so keeping this message here doesn't seem to be necessary any longer.

@@ -31,11 +31,10 @@ else
fi

UPLOAD_SYMBOLS=$(awk -F "=" '/UploadSymbolsAutomatically/ {print $2}' "${CONFIG_PATH}/DefaultEngine.ini")
echo "Sentry: Automatic symbols upload is '$UPLOAD_SYMBOLS' from plugin settings"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't we miss that log?

@bitsandfoxes bitsandfoxes merged commit 29f1643 into main Oct 9, 2024
15 checks passed
@bitsandfoxes bitsandfoxes deleted the fix/sym-upload-log branch October 9, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants