-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi, I've added the required import and init() to my main.ts file. Now, however, my Angular app crashes with RangeError: Maximum call stack size exceeded error in console. After I commented out the required code, the app works normally, as usual. So basically, rxjs-debugger initialization crashes my app.
Is it possible that rxjs-debugger is not suitable for big, enterprise level apps or something like that? Because an RxJs debugger that doesn't force to modify every Observable would be very nice. :)
Here's where a snippet of my main.ts file:
import { Observable } from 'rxjs';
if (environment.production) {
enableProdMode();
} else {
RxJSDebugger.init(Observable);
}
yarivg
Metadata
Metadata
Assignees
Labels
No labels