Skip to content

Commit

Permalink
Debug: See env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Gorka committed Jul 11, 2020
1 parent fb607cb commit 6490618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/js/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const theme = createMuiTheme({
},
});

console.log(process.env, 'process.env');
ReactGA.initialize(process.env.GA_CODE);
ReactGA.pageview(window.location.pathname + window.location.search);

Expand Down

1 comment on commit 6490618

@vercel
Copy link

@vercel vercel bot commented on 6490618 Jul 11, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.