We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de4106 commit 4355631Copy full SHA for 4355631
assets/javascripts/tracking.js
@@ -1,5 +1,5 @@
1
try {
2
- if (app.config.env === 'development') {
+ if (app.config.env === 'production') {
3
if (Cookies.get('analyticsConsent') === '1') {
4
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
5
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
0 commit comments