mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
11 lines
249 B
JavaScript
11 lines
249 B
JavaScript
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
|
|
});
|