mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(Amplitude): Blacklist 'peer.conn.status.duration' stats
This commit is contained in:
committed by
Jaya Allamsetty
parent
b6ccc91038
commit
e90cc0a615
@@ -18,7 +18,7 @@ export default class AbstractHandler {
|
||||
this._blackListedEvents = [
|
||||
...(options.blackListedEvents || []), // eslint-disable-line no-extra-parens
|
||||
'e2e_rtt', 'rtp.stats', 'rtt.by.region', 'available.device', 'stream.switch.delay', 'ice.state.changed',
|
||||
'ice.duration'
|
||||
'ice.duration', 'peer.conn.status.duration'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user