Skip to content

Commit

Permalink
fmk - putting ifdef around analytics instead of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Sep 12, 2024
1 parent 97f3b45 commit 802bf75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ int main(int argc, char *argv[])
}

//Setting Google Analytics Tracking Information
/* *****************************************************************
#ifdef _SC_RELEASE
qDebug() << "RELEASE BUILD";
GoogleAnalytics::SetMeasurementId("G-CPFD5EFJ4Y");
GoogleAnalytics::SetAPISecret("vxNbZfRdRUyVx3fBpdUXxg");
GoogleAnalytics::CreateSessionId();
Expand All @@ -216,7 +217,7 @@ int main(int argc, char *argv[])
view.resize(1024, 750);
view.show();
view.hide();
******************************************************************* */
#endif

//
// exe application event-loop
Expand Down

0 comments on commit 802bf75

Please sign in to comment.