configure-nightwatch

Configure Laravel Nightwatch sampling, filtering, and redaction across environments.

15|3|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/signals-rental/framework --skill configure-nightwatch-signals-rental
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-nightwatch
Source: https://github.com/signals-rental/framework/tree/main/.claude/skills/configure-nightwatch
Command: npx skills add https://github.com/signals-rental/framework --skill configure-nightwatch-signals-rental

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps configure Laravel Nightwatch data collection to balance observability, performance, and privacy across all events, reducing noise while preserving actionable telemetry.

Core Features & Use Cases

  • Sampling strategies: global and route-based sampling to control data volume.
  • Filtering & Redaction: filter noisy events and redact sensitive information without breaking workflows.
  • Use Case: maintain high-visibility metrics in production while meeting privacy requirements in staging and development environments.

Quick Start

Configure environment variables and middleware as described to begin managing Nightwatch sampling and redaction in your Laravel project.

Frequently Asked Questions about configure-nightwatch

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

FAQPage Schema
How do I configure Nightwatch sampling for Laravel production workloads?

Configure Nightwatch sampling by applying middleware and setting NIGHTWATCH environment variables to establish global and route-based data collection rates. This balances observability and performance across production workloads by reducing noise while preserving actionable telemetry.

How does data redaction work for Laravel Nightwatch telemetry?

Data redaction in Laravel Nightwatch telemetry filters sensitive information from collected events without breaking application workflows. It uses configured event listeners and environment variables to redact sensitive data and meet privacy requirements across staging and development environments.

Can I apply route-based filtering to Nightwatch observability data in Laravel?

Yes, you can apply route-based filtering to Nightwatch observability data by assigning middleware to specific application routes. This filters noisy events and controls data collection on a per-route basis across different environments to reduce overall telemetry noise.

Do I need specific environment variables to set up Nightwatch redaction in Laravel?

Setting up Nightwatch redaction requires specific NIGHTWATCH environment variables and access to application routes. Configuring these variables and applying middleware properly redacts sensitive information and manages data collection across staging, development, and production environments.

What's the best way to balance observability and performance in Laravel Nightwatch?

Balancing observability and performance in Laravel Nightwatch involves combining global sampling, route-based filtering, and data redaction. This approach reduces noisy events and controls data volume while preserving actionable telemetry for high-visibility production metrics.