📈 change le tracking pour le basculer sur le matomo et sentry d'embauche

(qui seront renommés)
pull/520/head
Johan Girod 2019-04-30 15:17:31 +02:00
parent 8a6f9aaea6
commit f290a7a379
No known key found for this signature in database
GPG Key ID: 9E27B57DA2E8AE12
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ import { constructLocalizedSitePath } from './sitePaths'
if (process.env.NODE_ENV === 'production') {
Raven.config(
'https://87763bb809954756b442bc93b5051ed6@sentry.data.gouv.fr/22'
'https://9051375f856646d694943532caf2b45f@sentry.data.gouv.fr/18'
).install()
}
@ -48,7 +48,7 @@ let tracker = defaultTracker
if (process.env.NODE_ENV === 'production') {
tracker = new ReactPiwik({
url: 'stats.data.gouv.fr',
siteId: 66,
siteId: 39,
trackErrors: true
})
}