add-session-recording
Installation
SKILL.md
Add Session Recording
Implement privacy-aware session recording with Temps SDK using rrweb under the hood.
Installation
npm install @temps-sdk/react-analytics
Quick Setup
// app/providers.tsx or app/layout.tsx
'use client';
Related skills