Calling DisableBrowserFeatureDetection method

Hi everyone,

I am trying to call the DisableBrowserFeatureDetection method within the Matomo Tag Manager tracking script but I must be doing it wrong because Google Chrome throws an error in the open console. See piece of code below. Thanks!

var _mtm = window._mtm = window._mtm || []; _mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'}); _mtm.push(['disableBrowserFeatureDetection']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; ... Thanks for your help Jean-Michel