We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605bb30 commit 6d3f224Copy full SHA for 6d3f224
1 file changed
GeneralsMD/Code/GameEngine/Source/GameNetwork/GeneralsOnline/OnlineServices_Init.cpp
@@ -998,7 +998,7 @@ void NGMP_OnlineServicesManager::InitSentry()
998
999
sentry_options_set_dsn(options, "https://61750bebd112d279bcc286d617819269@o4509316925554688.ingest.us.sentry.io/4509316927586304");
1000
sentry_options_set_database_path(options, strDumpPath.c_str());
1001
- sentry_options_set_release(options, "generalsonline-client@032926_QFE2");
+ sentry_options_set_release(options, "generalsonline-client@032926_QFE3");
1002
1003
#if defined(USE_TEST_ENV)
1004
sentry_options_set_environment(options, "test");
0 commit comments