File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ export class ReplayContainer {
335
335
return ;
336
336
}
337
337
338
- this . _performanceObserver = new PerformanceObserver ( this . handle_performanceObserver ) ;
338
+ this . _performanceObserver = new PerformanceObserver ( this . handlePerformanceObserver ) ;
339
339
340
340
// Observe almost everything for now (no mark/measure)
341
341
[
@@ -573,7 +573,7 @@ export class ReplayContainer {
573
573
/**
574
574
* Keep a list of performance entries that will be sent with a replay
575
575
*/
576
- handle_performanceObserver : ( list : PerformanceObserverEntryList ) => void = ( list : PerformanceObserverEntryList ) => {
576
+ handlePerformanceObserver : ( list : PerformanceObserverEntryList ) => void = ( list : PerformanceObserverEntryList ) => {
577
577
// For whatever reason the observer was returning duplicate navigation
578
578
// entries (the other entry types were not duplicated).
579
579
const newPerformanceEntries = dedupePerformanceEntries (
You can’t perform that action at this time.
0 commit comments