Skip to content

Commit

Permalink
Hotfix 1.12.13 (#673)
Browse files Browse the repository at this point in the history
* Use old analytics version schema

* 1.12.13
  • Loading branch information
garethfuller authored Aug 12, 2021
1 parent 225f828 commit 6d50fd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balancer-labs/frontend-v2",
"version": "1.12.12",
"version": "1.12.13",
"engines": {
"node": "14.x",
"npm": ">=7"
Expand Down
9 changes: 1 addition & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,8 @@
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}

// https://developers.google.com/gtagjs/devguide/consent#in-page-code
gtag('consent', 'default', {
'ad_storage': 'denied',
'analytics_storage': 'denied'
});

gtag('js', new Date());
gtag('config', '<%= VUE_APP_GA_ID %>', { 'anonymize_ip': true });
gtag('config', '<%= VUE_APP_GA_ID %>', { 'client_storage': 'none', 'anonymize_ip': true });
</script>
<!-- Fathom Analytics -->
<script src="https://chipmunk.balancer.fi/script.js" data-spa="hash" data-site="<%= VUE_APP_FATHOM_SITE_ID %>" defer></script>
Expand Down

3 comments on commit 6d50fd1

@vercel
Copy link

@vercel vercel bot commented on 6d50fd1 Aug 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6d50fd1 Aug 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6d50fd1 Aug 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

app-git-master-balancer.vercel.app
pm2.vercel.app
app-balancer.vercel.app
app.balancer.fi

Please sign in to comment.