Skip to content

Trace doesn't show trace using NgRX and vite #1923

@EricVanEldik

Description

@EricVanEldik

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:

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions