added analytics for copied, unsupported, and restarted metrics
This commit is contained in:
parent
48da85b12b
commit
744dbb3a6f
6 changed files with 398 additions and 2387 deletions
|
@ -1,5 +1,13 @@
|
|||
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
|
||||
})
|
||||
|
||||
require('./upload');
|
||||
require('./download');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue