mirror of
https://github.com/mozilla/send.git
synced 2026-02-07 19:35:08 -05:00
create separate js bundles for upload/download pages
This commit is contained in:
10
frontend/src/common.js
Normal file
10
frontend/src/common.js
Normal file
@@ -0,0 +1,10 @@
|
||||
window.Raven = require('raven-js');
|
||||
window.Raven.config(window.dsn).install();
|
||||
window.dsn = undefined;
|
||||
|
||||
const testPilotGA = require('testpilot-ga');
|
||||
window.analytics = new testPilotGA({
|
||||
an: 'Firefox Send',
|
||||
ds: 'web',
|
||||
tid: window.trackerId
|
||||
})
|
||||
Reference in New Issue
Block a user