0

I am adding LogRocket to my application with Angular 12.

// app.component.ts:
import LogRocket from 'logrocket';

// Other code here ....

ngOnInit(): void {
    this.zone.runOutsideAngular(() => {
      LogRocket.init('ifueec/platform');
    });
  }

In my app.component.ts I have a console.log in ngDoCheck and since I init LogRocket it doesn't stop doing update cycles, even init LogRocket outside of NgZone

enter image description here

Conde
  • 785
  • 15
  • 31

0 Answers0