スキル一覧に戻る
nexus-labs-automation

error-tracking

by nexus-labs-automation

Claude Code plugin for web observability - Core Web Vitals, error tracking, session replay for React, Vue, Svelte, and more

0🍴 0📅 2025年12月26日
GitHubで見るManusで実行

SKILL.md


name: error-tracking description: Set up error tracking with actionable context. Use when configuring error capture or error boundaries. triggers:

  • "error tracking"
  • "capture errors"
  • "error boundaries" priority: 1

Error Tracking

Capture errors with the context needed to debug them.

Core Principle

An error without context is useless. Every error should include:

ContextWhyExample
routeWhere it happened"/checkout"
job_nameWhat user was doing"checkout"
job_stepWhere in the flow"payment"
user_segmentWho's affected"premium"
app_versionRelease correlation"1.2.3"

Error Types to Capture

TypeCapture Method
Unhandled exceptionswindow.onerror, SDK auto-capture
Promise rejectionswindow.onunhandledrejection
Component errorsError boundaries
Async/await errorstry/catch with context
API errorsFetch/axios interceptors

What NOT to Include

Don'tWhy
PasswordsSecurity
Email/phonePII
Full request bodiesPII, size limits
Entire app stateUnbounded
Localized messagesBreaks grouping

Implementation

See templates/error-boundary.tsx for React error boundary with telemetry.

Use Read tool to load template when generating implementation.

Anti-Patterns

See references/anti-patterns.md for common error tracking mistakes.

  • skills/source-map-setup - Readable stack traces
  • skills/api-tracing - API error correlation
  • references/frameworks/*.md - Framework-specific error handling

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です