
from agent-skills552
Guides configuring Laravel Nightwatch for balanced observability: sampling, filtering, and redaction to reduce noise and protect PII.
Provides step-by-step guidance to configure Laravel Nightwatch so teams can capture meaningful traces while controlling volume and protecting sensitive data. Covers global and route-based sampling, event filtering, and programmatic redaction for requests, queries, cache, mail, jobs, and outgoing HTTP calls. Practical code examples and recommended environment variables are included.
Use this skill when setting up observability for Laravel apps in staging or production: to set sensible sampling rates, exclude noisy events, redact PII from traces, and optimize what Nightwatch retains. Helpful during onboarding, incident triage, or when reducing telemetry costs.
Best used by agents working with code/documentation contexts (Copilot/Code assistants, Claude Code, GitHub Copilot). The material is PHP-focused and assumes access to repo source and Laravel runtime.
A Laravel Nightwatch configuration guide covering sampling, filtering, and redaction. No scripts bundled — purely instructional SKILL.md. Well-structured with clear code examples and data flow diagram. Niche audience (Laravel+Nightwatch users) but thorough for that use case. No security concerns — all examples show env vars and PHP config patterns, no credential hardcoding or suspicious network calls.
Clean instructional skill with no executable scripts. Minor deduct on security for telemetry/phone-home topic (Nightwatch itself phones home by design, but the skill teaches how to control/filter that). Architecture is solid but references/ directory with reference.md is mentioned but not included. Usefulness limited by narrow audience — Laravel devs specifically using Nightwatch.