-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
I can't get trace to give an actaul proper information:
I keep getting pointed to compiled node_modules that did not trigger these actions:

The settings used for:
provideStoreDevtools({
// see https://ngrx.io/guide/store-devtools
maxAge: 25, // Retains last 25 states
logOnly: false,//environment.production, // Restrict extension to log-only mode
autoPause: true, // Pauses recording actions and state changes when the extension window is not open
trace: true, // If set to true, will include stack trace for every dispatched action, so you can see it in trace tab jumping directly to that part of code
traceLimit: 75, // maximum stack trace frames to be stored (in case trace option was provided as true)
connectInZone: true, // If set to true, the connection is established within the Angular zone
}),
sourcemap is set to true and other debugging tools work properly.
Any idea what could be wrong?
Metadata
Metadata
Assignees
Labels
No labels