Skip to content

Commit

Permalink
fix: enable ip anonymization by default (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Jan 31, 2020
1 parent 1907c20 commit 9d0d9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Vue.use(Notifications);

/* Analytics */
import VueAnalytics from 'vue-analytics';
Vue.use(VueAnalytics, { id: 'UA-47080716-6' });
Vue.use(VueAnalytics, { id: 'UA-47080716-6', set: [{ field: 'anonymizeIp', value: true }] });

/* Leaflet */
import Vue2Leaflet, { L } from 'vue2-leaflet';
Expand Down

0 comments on commit 9d0d9d7

Please sign in to comment.