fix matomo tracking ids

pull/3756/head
yann300 1 year ago committed by Aniket
parent 406910fd3c
commit 08a3a36531
  1. 8
      apps/remix-ide/src/assets/js/loader.js

@ -6,10 +6,10 @@ const domains = {
} }
const domainsSecondaryTracker = { const domainsSecondaryTracker = {
'remix-alpha.ethereum.org': 12, 'remix-alpha.ethereum.org': 27,
'remix-beta.ethereum.org': 10, 'remix-beta.ethereum.org': 25,
'remix.ethereum.org': 8, 'remix.ethereum.org': 23,
'6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 20 // remix desktop '6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 35 // remix desktop
} }
if (domains[window.location.hostname]) { if (domains[window.location.hostname]) {

Loading…
Cancel
Save