vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Render REACT_APP_GA_TRACKING_ID as environment variable on the frontend. #175

Closed willgraf closed 2 years ago

willgraf commented 2 years ago

This PR updates the backend to append the REACT_APP_GA_TRACKING_ID to the index.html file served by the backend using the same pattern as #159.

This enables Google Analytics without needing to build the REACT_APP_GA_TRACKING_ID into the image.