https://github.com/logrocket/logrocket-ngrx
ngrx middleware for LogRocket
https://github.com/logrocket/logrocket-ngrx
Last synced: 3 months ago
JSON representation
ngrx middleware for LogRocket
- Host: GitHub
- URL: https://github.com/logrocket/logrocket-ngrx
- Owner: LogRocket
- License: mit
- Created: 2017-05-01T02:15:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T20:51:03.000Z (over 4 years ago)
- Last Synced: 2025-08-26T22:04:43.217Z (10 months ago)
- Language: TypeScript
- Homepage: https://logrocket.com
- Size: 33.2 KB
- Stars: 15
- Watchers: 6
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LogRocket ngrx Middleware
This package augments LogRocket sessions to include actions and state from your `@ngrx/store`:

## Resources
* [Documentation](https://docs.logrocket.com/docs/ngrx-middleware)
## Change Log
**May 10, 2018**: v0.1.1
- Fixed a bug with initial state not being recorded correctly.
- Fixed a bug with feature state resending initial state events.
**March 30, 2018**: v0.1.0
- Added TypeScript types and jsdoc-style comments for inline documentation.
- Added peer dependency on `logrocket` and `@ngrx/store` packages.
- Added this changelog.
- Changed file location of main entry file.