Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 31, 2024
1 parent 3f76e38 commit 8d9058e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/js/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ if (window.google_tag_manager !== undefined) {
} else {
if (process.env.RUNNING_IN_CI !== 'true') {
console.log('Google analytics not connected');
console.log('####################');
console.log(process.env.RUNNING_IN_CI);
console.log('####################');
}
}

console.log(process.env.RUNNING_IN_CI);

export const trackElement = (el, type) => {
const attributes = el.attributes;
const eventData = {};
Expand Down

0 comments on commit 8d9058e

Please sign in to comment.