sentry-tracer

Trace user actions and errors across the Vivreal stack with Sentry.

Updated May 12, 2026
One-click install
npx skills add https://github.com/HillBombCreations/vivreal-skills --skill sentry-tracer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-tracer
Source: https://github.com/HillBombCreations/vivreal-skills/tree/main/vivreal-knowledge/skills/sentry-tracer
Command: npx skills add https://github.com/HillBombCreations/vivreal-skills --skill sentry-tracer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill assists in investigating and diagnosing issues across the Vivreal stack by leveraging Sentry for tracing and validating user actions, errors, and deployments.

Core Features & Use Cases

  • Cross-Stack Tracing: Follows the complete distributed trace of user actions across the stack, from browser to backend and database.
  • Error Analysis: Validates deployments and performs triage on issues, providing insights into errors and system failures.
  • Use Case: When encountering a system-wide issue, this Skill can help identify the root cause by tracing the issue from the initial user action to the final system response.

Quick Start

Dispatch the sentry-trace command to trace a specific request or investigate a Sentry issue.

Frequently Asked Questions about sentry-tracer

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

FAQPage Schema
How do I trace a user request across the full stack using Sentry?

To trace a user request across the stack, dispatch the sentry-trace command to follow the distributed trace from browser to backend and database, identifying the root cause of system-wide issues.

Can I diagnose deployment issues and system errors with Sentry tracing?

Yes, Sentry tracing validates deployments and performs triage on issues by analyzing errors and system failures, providing insights into what went wrong across the Vivreal stack.

Do I need specific configuration for cross-stack tracing in Sentry?

Yes, cross-stack tracing requires Sentry integration and proper configuration of tracing headers and tags to successfully follow user actions across various services and platforms.

What is the best way to investigate a system-wide failure across multiple services?

The best way to investigate system-wide failures is using distributed tracing to follow the complete path of user actions from the initial request to the final system response, pinpointing the exact failure point.

When should I use Sentry tracing for error diagnosis?

Use Sentry tracing for error diagnosis when encountering system-wide issues that require root cause identification by following the complete distributed trace of user actions across your services and platforms.