mirror of
https://github.com/timvisee/send.git
synced 2025-10-04 10:09:17 +02:00
11 lines
No EOL
302 B
JavaScript
11 lines
No EOL
302 B
JavaScript
window.Raven = require('raven-js');
|
|
window.Raven.config(window.dsn).install();
|
|
window.dsn = undefined;
|
|
|
|
const testPilotGA = require('testpilot-ga');
|
|
const {gcmCompliant, sendEvent} = require('./utils');
|
|
window.analytics = new testPilotGA({
|
|
an: 'Firefox Send',
|
|
ds: 'web',
|
|
tid: window.trackerId
|
|
}); |