Magento 1 installation

Hey all,

I’m trying to install JS SDK in Magento 1, but not sure if I’m doing it right. If there is someone familiar or have done it before, please advice :slight_smile:

Because we want Sentry to load before all other scripts and ASAP I have included the Sentry library 4.2.3 as first script in page.xml and right after it the script with the Sentry.init.

<action method="addJs"><script>js/sentry-4.2.3.min.js</script></action>
<action method="addJs"><script>js/sentry-init.js</script></action>

This way those are the first two js files that are loaded, yes?

The problem is that I know there are JS errors on the site, but there are no indications of them in the sentry issue stream.

ReferenceError: Translate is not defined

Thanks in advance