You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using iife modules (in a Angular 6 application).
Environment
SDK 1.11.0
SDK instrumentations: Web SDK, Web Tracing
*OS: Windows 11
Browser: Edge
Javascript console:
@grafana/faro-web-sdk:instrumentation-console
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'element' -> object with constructor 'Object'
| property 'componentProvider' -> object with constructor 'Object'
--- property 'parent' closes the circle
at JSON.stringify (<anonymous>)
at faro-web-sdk.iife.js:1:41494
at Array.map (<anonymous>)
at x.filter.forEach.console.<computed> [as error] (faro-web-sdk.iife.js:1:41470)
at Object.ca [as factory] (main.62067dc830e2ab5a2304.js:1:17449849)
at n.logError (main.62067dc830e2ab5a2304.js:1:5713175)
at n.handleError (main.62067dc830e2ab5a2304.js:1:5604401)
at main.62067dc830e2ab5a2304.js:1:5632917
at i.invoke (faro-web-tracing.iife.js:7:25981)
at r.run (faro-web-tracing.iife.js:7:21270)
at n.runOutsideAngular (main.62067dc830e2ab5a2304.js:1:5623151)
at n.tick (main.62067dc830e2ab5a2304.js:1:5632860)
at main.62067dc830e2ab5a2304.js:1:5631037
at i.invoke (faro-web-tracing.iife.js:7:25981)
at Object.onInvoke (main.62067dc830e2ab5a2304.js:1:5622120)
ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ngIf: true'. Current value: 'ngIf: false'
The text was updated successfully, but these errors were encountered:
Description
I'm using iife modules (in a Angular 6 application).
Environment
Javascript console:
The error occurs here:

I think is related to #587
The error (angular error):
The text was updated successfully, but these errors were encountered: