mirror of
https://github.com/timvisee/send.git
synced 2026-04-22 22:24:37 -04:00
create separate js bundles for upload/download pages
This commit is contained in:
@@ -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