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

@@ -2,3 +2,5 @@ env: demo
instances: 1
memory: 1G
public_admin_route: notify-demo.app.cloud.gov
nr_agent_id: "1134302465"
nr_app_id: "1083160688"

View File

@@ -2,3 +2,5 @@ env: production
instances: 2
memory: 1G
public_admin_route: notify.app.cloud.gov
nr_agent_id: ""
nr_app_id: ""

View File

@@ -9,3 +9,6 @@ SECRET_KEY: sandbox-notify-secret-key
BASIC_AUTH_USERNAME: sandbox
BASIC_AUTH_PASSWORD: sandbox
REDIS_ENABLED: 1
nr_agent_id: ""
nr_app_id: ""
NR_BROWSER_KEY: ""

View File

@@ -2,3 +2,5 @@ env: staging
instances: 1
memory: 1G
public_admin_route: notify-staging.app.cloud.gov
nr_agent_id: "1134291385"
nr_app_id: "1031640326"