logrocket

Implement session replay and error tracking for React applications with LogRocket.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill logrocket
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logrocket
Source: https://github.com/mgd34msu/goodvibes-gemini/tree/main/skills/logrocket
Command: npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill logrocket

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers debug user-reported issues by providing session replay, error tracking, and performance monitoring capabilities for React applications.

Core Features & Use Cases

  • Session Replay: Record every user interaction, including clicks, scrolls, and input.
  • Error Tracking: Automatically capture React errors and provide stack traces.
  • Performance Monitoring: Track page load times and key performance metrics.
  • Use Case: A user reports a bug on your website. You can use LogRocket to watch a recording of their session, see exactly what they did, and pinpoint the error that occurred.

Quick Start

Install LogRocket and its React integration by running npm install logrocket logrocket-react.

Frequently Asked Questions about logrocket

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug user-reported issues in React with session replay?

Session replay for React helps debug user-reported issues by recording interactions, console logs, network requests, and errors, allowing you to watch exactly what the user did before an error occurred.

How do I capture React errors and track performance metrics?

Capture React errors and track performance metrics by integrating error boundaries and Redux to automatically collect stack traces, page load times, and key performance data.

Can I use Redux state monitoring with React error tracking?

Yes, Redux state monitoring works with React error tracking to provide comprehensive debugging context, linking captured user interactions and network requests directly to your application state.

What's the best way to track frontend performance monitoring in React?

The best way to track frontend performance monitoring in React is using a service that captures page load times, network requests, and user interactions alongside session replay for comprehensive debugging.

Do I need React error boundaries to log network requests and console logs?

React error boundaries are needed to automatically capture application errors and stack traces, while the service simultaneously logs network requests and console logs during the user session.