You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

logrocket

Package Overview
Dependencies
Maintainers
15
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logrocket

JavaScript SDK for [LogRocket](https://logrocket.com/)

10.1.0
latest
beta-10.1.0
npmnpm
Version published
Weekly downloads
364K
-0.74%
Maintainers
15
Weekly downloads
 
Created

What is logrocket?

LogRocket is a front-end application monitoring solution that helps developers understand problems affecting their users. It allows you to record user sessions, track errors, and monitor performance, providing a comprehensive view of your application's behavior in production.

What are logrocket's main functionalities?

Session Recording

LogRocket records user sessions, capturing everything from network requests to console logs, and even the DOM state. This helps developers reproduce issues and understand user behavior.

const LogRocket = require('logrocket');
LogRocket.init('your-app-id');

Error Tracking

LogRocket provides detailed error tracking, including stack traces and session URLs, which can be shared with your team to quickly diagnose and fix issues.

LogRocket.getSessionURL(sessionURL => {
  console.log('LogRocket session URL:', sessionURL);
});

Performance Monitoring

LogRocket allows you to track custom events and monitor the performance of your application, helping you identify and resolve performance bottlenecks.

LogRocket.track('custom-event', { key: 'value' });

Other packages similar to logrocket

Keywords

redux

FAQs

Package last updated on 29 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts