HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.vdk/plugins/TagManager/Template/Tag/HoneybadgerTag.web.js
(function () {
    return function (parameters, TagManager) {
        this.fire = function () {
            var apiKey = parameters.get('honeybadgerApiKey');
            if (apiKey) {
                var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
                s1.src = '//js.honeybadger.io/v0.5/honeybadger.min.js';
                s1.setAttribute('data-apiKey', apiKey);
                var environment = parameters.get('honeybadgerEnvironment');
                if (!environment) {
                    environment = TagManager.Container.environment
                }
                s1.setAttribute('data-environment', environment);
                var revision = parameters.get('honeybadgerRevision');
                if (revision) {
                    s1.setAttribute('data-revision', revision)
                }
                s0.parentNode.insertBefore(s1, s0);
            }
        };
    };
})();