Instrument JS with copy/pasted snippet

this avoids having to set `unsafe-inline` in our CSP header
This commit is contained in:
Ryan Ahearn
2023-05-02 15:26:57 -04:00
parent 3f44877c8b
commit 3f13598f70
10 changed files with 36 additions and 2 deletions

View File

@@ -26,6 +26,12 @@ applications:
NEW_RELIC_CONFIG_FILE: newrelic.ini
NEW_RELIC_ENVIRONMENT: ((env))
NR_ACCOUNT_ID=3389907
NR_TRUST_KEY=562946
NR_AGENT_ID=((nr_agent_id))
NR_APP_ID=((nr_app_id))
NR_BROWSER_KEY=((NR_BROWSER_KEY))
REDIS_ENABLED: ((REDIS_ENABLED))
ADMIN_BASE_URL: https://((public_admin_route))
API_HOST_NAME: https://notify-api-((env)).apps.internal:61443