Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex not matching all Google Tag Manager endpoints #38

Open
deoxykev opened this issue Dec 1, 2023 · 0 comments
Open

Regex not matching all Google Tag Manager endpoints #38

deoxykev opened this issue Dec 1, 2023 · 0 comments

Comments

@deoxykev
Copy link

deoxykev commented Dec 1, 2023

Found an in-the-wild GTAG script path: https://www.googletagmanager.com/gtag/js?id=AW-816022932

The mapping.json fix should be:

    "googletagmanager.com": [
        { "regexRule": "googletagmanager\\.com\\/gtm\\.js", "surrogate": "gtm.js" },
        { "regexRule": "googletagmanager\\.com\\/gtag\\/js", "surrogate": "gtm.js" }
    ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant