BRCAChallenge / brca-exchange

Overall management and deployment of the BRCA Exchange web portal and pipeline scripts
http://brcaexchange.org
27 stars 32 forks source link

Fix #1433: Updates Google Analytics to GA4 and removes react-ga dependency #1489

Closed e-t-k closed 8 months ago

e-t-k commented 9 months ago

Fixes issue #1433

eg

module.exports = {
    captcha_key: '', /* enter captch key here */
    backend_url: 'http://brcaexchange.org/backend',
    analytics: 'G-xxxxxxxxxx',
    environment: 'production'
};