Skip to content

Commit

Permalink
temp: change location for analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed May 10, 2024
1 parent 3ec90f3 commit 15d20c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/app-wrapper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ import { UserWrapper } from 'components/login';
function AppWrapper({ children, showQueryTools }) {
ReactGA.initialize([
{
trackingId: 'GTM-KC3FP96',
trackingId: 'G-7SZDMS75VC',
gaOptions: {
debug_mode: window.location.origin !== 'https://chpl.healthit.gov',
debug_mode: window.location.origin !== 'https://chpl-dev.healthit.gov',
},
gtagOptions: {
debug_mode: window.location.origin !== 'https://chpl.healthit.gov',
debug_mode: window.location.origin !== 'https://chpl-dev.healthit.gov',
trackingId: 'GTM-KC3FP96'
},
},
]);
Expand Down

0 comments on commit 15d20c0

Please sign in to comment.