tracker-surrogates icon indicating copy to clipboard operation
tracker-surrogates copied to clipboard

Regex not matching all Google Tag Manager endpoints

Open deoxykev opened this issue 1 year ago • 0 comments

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" }
    ],

deoxykev avatar Dec 01 '23 22:12 deoxykev