소스 검색

fix(Amplitude): Blacklist 'peer.conn.status.duration' stats

j8
Jaya Allamsetty 5 년 전
부모
커밋
e90cc0a615
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      react/features/analytics/handlers/AbstractHandler.js

+ 1
- 1
react/features/analytics/handlers/AbstractHandler.js 파일 보기

@@ -18,7 +18,7 @@ export default class AbstractHandler {
18 18
         this._blackListedEvents = [
19 19
             ...(options.blackListedEvents || []), // eslint-disable-line no-extra-parens
20 20
             'e2e_rtt', 'rtp.stats', 'rtt.by.region', 'available.device', 'stream.switch.delay', 'ice.state.changed',
21
-            'ice.duration'
21
+            'ice.duration', 'peer.conn.status.duration'
22 22
         ];
23 23
     }
24 24
 

Loading…
취소
저장