Google Analytics 4 events (begin_checkout & add_payment_info) are being blocked on Shopify’s checkout pages due to poorly configured Content Security Policy (CSP) Headers.
Here’s Google’s documentation on which CSP Headers need to be set for GA4 to work:
https://developers.google.com/tag-platform/tag-manager/web/csp#google_analytics_4_google_analytics
Shopify has not implemented
https://*.analytics.google.com
And probably others and this is causing GA4 code to be blocked by browsers.
How to test? Check your GA4 events for begin_checkout and add_payment_info events and you’ll probably have few if any.