Hey! I’m trying to set up split testing and I did it successfully, I’m having an issue while trying to track my user’s interaction cause I’m attempting to use the BRANCH variable from the read-only environment variables.
I realized that If I print console.log(process.env.BRANCH) in my deployed website, the value is undefined. I’m trying to read this variable client side
I’m using Gatsby, does anyone may know how I can get this variable?