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 46368b6 commit 3f76e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ if (window.google_tag_manager !== undefined) {
}
}

console.log(process.env.RUNNING_IN_CI);

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

0 comments on commit 3f76e38

Please sign in to comment.