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
|
@ -7,6 +7,12 @@ const Raven = window.Raven;
|
|||
$(document).ready(function() {
|
||||
//link back to homepage
|
||||
$('.send-new').attr('href', window.location.origin);
|
||||
$('.send-new').click(function() {
|
||||
window.analytics
|
||||
.sendEvent('recipient', 'restarted', {
|
||||
cd2: 'completed'
|
||||
});
|
||||
})
|
||||
|
||||
const filename = $('#dl-filename').html();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue