Skip to content

Commit fedafdf

Browse files
committed
feat: enable analytics enhanced tracking in prod
- ANALYTICS_ENHANCED_TRACKING=true (platforms, browsers, screen size) - ANALYTICS_TRAFFIC_TRACKING=true (referrer URLs)
1 parent fc38fe1 commit fedafdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/eagle-api/values-prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ env:
2525
CHES_ENDPOINT: "https://ches.api.gov.bc.ca/api/v1"
2626
GETOK_ENDPOINT: "https://sso.pathfinder.gov.bc.ca"
2727
ANALYTICS_DEBUG: "false"
28-
ANALYTICS_ENHANCED_TRACKING: "false"
29-
ANALYTICS_TRAFFIC_TRACKING: "false"
28+
ANALYTICS_ENHANCED_TRACKING: "true"
29+
ANALYTICS_TRAFFIC_TRACKING: "true"
3030

3131
keycloak:
3232
url: "https://loginproxy.gov.bc.ca/auth"

0 commit comments

Comments
 (0)