The feature flags to enable/disable GA4 and UA have been renamed positively, switching from ga4Disabled to ga4Enabled
Each of the trackers now has its own flag
Why did it change
The original naming of the global flags was confusing as it reversed the boolean value. Setting it to true meant that the package was turned off
Now that the package is live, a greater level of control is needed for regressions and bugs to not have a large impact that risks a rollback being required. With these flags, if any trackers start sending PII or experiencing another issue, we can turn that tracker off but continue to collect analytics data
Proposed changes
What changed
ga4Disabled
toga4Enabled
Why did it change
true
meant that the package was turned offIssue tracking
Checklists
Environment variables or secrets
Other considerations