We have been hard at work on a number of major improvements to LogRocket that make it easier to find relevant user sessions.
Session filters and search

Looking to watch sessions that contain a specific error? Or trying to find a session that started on a certain page? LogRocket now supports a wide set of filters that allow you to limit sessions by a variety of parameters such as by URL or Redux action. We will be rolling out a number of improvements here over the upcoming weeks, so let you us know what you’d like to see!
NPM package
import LogRocket from 'logrocket'
LogRocket can now be installed via NPM! This allows you to bundle the LogRocket snippet into your app for a cleaner installation. See the docs here for information on upgrading.
Sessions By User
When visiting from a support integration, you can now jump between user sessions directly from within the app:

Thank you for your enthusiasm and feedback! Let us know what features / improvements you’d like to see next 🙂
Get setup with LogRocket's modern error tracking in minutes:
- Visit https://logrocket.com/signup/ to get an app ID.
- Install LogRocket via NPM or script tag.
LogRocket.init()
must be called client-side, not server-side. - (Optional) Install plugins for deeper integrations with your stack:
- Redux middleware
- ngrx middleware
- Vuex plugin
$ npm i --save logrocket
// Code:
import LogRocket from 'logrocket';
LogRocket.init('app/id');
Add to your HTML:
<script src="https://cdn.lr-ingest.com/LogRocket.min.js"></script>
<script>window.LogRocket && window.LogRocket.init('app/id');</script>