fullstory-logging

Send log messages with context to Fullstory session replay.

11|2|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/fullstorydev/fs-skills --skill fullstory-logging-fullstorydev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fullstory-logging
Source: https://github.com/fullstorydev/fs-skills/tree/main/core/fullstory-logging
Command: npx skills add https://github.com/fullstorydev/fs-skills --skill fullstory-logging-fullstorydev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to ship log messages to Fullstory session replay for debugging, context, and auditing without cluttering device consoles.

Core Features & Use Cases

  • Unified logging across web and mobile platforms
  • Attach contextual data to logs for troubleshooting
  • Audit trails of user actions and system state

Quick Start

Use the logging API to emit a log message to Fullstory session replay. For example, log an error with message and context that helps reproduce the issue.

Frequently Asked Questions about fullstory-logging

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

FAQPage Schema
How do I send debugging logs to Fullstory session replay?

To send debugging logs to Fullstory session replay, use the API to emit log messages with contextual data. This attaches error context, state changes, and audit trails directly to user sessions for troubleshooting.

What is the best way to centralize mobile and web app logging?

Centralizing mobile and web app logging involves using a unified API to ship messages to Fullstory session replay. This provides cross-platform audit trails and debugging context without cluttering local device consoles.

Does Fullstory logging work with both web and mobile platforms?

Yes, Fullstory logging supports both web and mobile platforms. It provides separate implementation files for each environment to ensure proper log level formatting and privacy rule compliance.

Can I attach contextual data to my logs for troubleshooting?

Yes, you can attach contextual data to your logs for troubleshooting. When you emit a log message, include the error context and system state to help reproduce and resolve issues directly within the session replay.

How does session replay logging handle privacy rules?

Session replay logging handles privacy rules by providing specific guidance on message formatting and data emission. This ensures contextual logs and audit trails comply with platform privacy standards across web and mobile environments.

Why use Fullstory for logging instead of standard device consoles?

Using Fullstory for logging instead of standard device consoles prevents console clutter while linking log messages directly to session replay. This unified approach provides visual context and audit trails for debugging.