Skip to content

Commit

Permalink
fix(sentry): Wrong project DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
JalilArfaoui committed Jun 20, 2019
1 parent e09a1c0 commit 39151df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpack/config.plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ const ENV = {
UNINSTALL_ORIGIN: "'https://www.lmem.net/desinstallation'",
HEAP_APPID: '"234457910"', // testing
REFRESH_MC_INTERVAL: '5*60*1000',
SENTRY_DSN: '"https://12ed31b41955443480dbfcb5da3e3a33@sentry.io/1404898"'
SENTRY_DSN: '"https://a22936b545a54f37b153b3f9e2c98790@sentry.io/1404847"'
},
chromium: {
LMEM_BACKEND_ORIGIN: '"https://notices.lmem.net/api/v3/"',
UNINSTALL_ORIGIN: "'https://www.lmem.net/desinstallation'",
REFRESH_MC_INTERVAL: '30*60*1000',
ONBOARDING_ORIGIN: '"https://bienvenue.lmem.net?extensionInstalled"',
HEAP_APPID: '"3705584166"', // production
SENTRY_DSN: '"https://12ed31b41955443480dbfcb5da3e3a33@sentry.io/1404898"'
SENTRY_DSN: '"https://a22936b545a54f37b153b3f9e2c98790@sentry.io/1404847"'
},
firefox: {
LMEM_BACKEND_ORIGIN: '"https://notices.lmem.net/api/v3/"',
ONBOARDING_ORIGIN: '"https://bienvenue.lmem.net?extensionInstalled"',
REFRESH_MC_INTERVAL: '30*60*1000',
// No analytics with Firefox // HEAP_APPID: '"3705584166"',
SENTRY_DSN: '"https://12ed31b41955443480dbfcb5da3e3a33@sentry.io/1404898"'
SENTRY_DSN: '"https://a22936b545a54f37b153b3f9e2c98790@sentry.io/1404847"'
}
};

Expand Down

0 comments on commit 39151df

Please sign in to comment.