How do i access Netlify’s default build variables in snippet injection with my GatsbyJS site?
I’m trying to use snippet inject to send the Branch variable to google analytics, but am unsure on how i can see it.
Thanks!
Found that i can simply add ‘{{ BRANCH }}’ which works…
1 Like
thanks for keeping us posted!