Fix sentry release tagging broken by 98d55ce8
This commit is contained in:
parent
c3e9f53a29
commit
80b1826095
|
@ -327,7 +327,7 @@ void PGM_BASE::sentryInit()
|
|||
sentry_options_set_symbolize_stacktraces( options, true );
|
||||
sentry_options_set_auto_session_tracking( options, false );
|
||||
|
||||
if( IsNightlyVersion() )
|
||||
if( !IsNightlyVersion() )
|
||||
sentry_options_set_release( options, GetSemanticVersion().ToStdString().c_str() );
|
||||
else
|
||||
sentry_options_set_release( options, GetCommitHash().ToStdString().c_str() );
|
||||
|
|
Loading…
Reference in New Issue