nightwatch
Laravel application monitoring, sampling, filtering, and data redaction
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Laravel Nightwatch?โผ
Run `npx skills add laravel/nightwatch --all -g -y` in your terminal to install all skills in this suite globally.
How to configure Nightwatch sampling rates?โผ
Set environment variables like NIGHTWATCH_REQUEST_SAMPLE_RATE=0.1 to capture a percentage of traffic, or use the Sample middleware for route-specific rates.
How to redact sensitive data in Nightwatch?โผ
Use redaction callbacks like Nightwatch::redactRequests() or set NIGHTWATCH_REDACT_HEADERS and NIGHTWATCH_REDACT_PAYLOAD_FIELDS to remove passwords, tokens, and PII.
How to filter noisy events in Laravel monitoring?โผ
Use filtering methods like rejectQueries(), rejectCacheKeys(), or rejectMail() to drop specific events, or set NIGHTWATCH_IGNORE_* variables to disable entire event types.
Does Nightwatch work with Laravel 10, 11, and 12?โผ
Yes. The package supports Laravel 10, 11, and 12 on PHP 8.2 or higher, with built-in compatibility handling for version-specific features.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core