Remove time to fetch metric
This commit is contained in:
parent
50dd986787
commit
09cfee2fa1
1 changed files with 0 additions and 5 deletions
|
@ -197,11 +197,6 @@ const analytics: Analytics = {
|
|||
}
|
||||
},
|
||||
|
||||
videoFetchDuration: (source, duration) => {
|
||||
sendPromMetric('time_to_fetch', duration);
|
||||
sendMatomoEvent('Media', 'TimeToFetch', source, duration);
|
||||
},
|
||||
|
||||
videoStartEvent: (claimId, duration) => {
|
||||
sendPromMetric('time_to_start', duration);
|
||||
sendMatomoEvent('Media', 'TimeToStart', claimId, duration);
|
||||
|
|
Loading…
Reference in a new issue