Just use hash for sentry release for all builds for now

This commit is contained in:
Marek Roszko 2023-01-31 21:17:11 -05:00
parent 719be61627
commit 7d80815b7b
1 changed files with 1 additions and 4 deletions

View File

@ -327,9 +327,6 @@ void PGM_BASE::sentryInit()
sentry_options_set_symbolize_stacktraces( options, true );
sentry_options_set_auto_session_tracking( options, false );
if( !IsNightlyVersion() )
sentry_options_set_release( options, GetSemanticVersion().ToStdString().c_str() );
else
sentry_options_set_release( options, GetCommitHash().ToStdString().c_str() );
sentry_init( options );