configure-nightwatch

Solid

Configures Laravel Nightwatch data collection, sampling rates, filtering rules, and redaction policies. Use when setting up Nightwatch, managing data volume, protecting sensitive data (PII), or optimizing event collection for production workloads.

Data & Documents 350 stars 73 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
85
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Nightwatch Configuration Guide This skill helps configure Laravel Nightwatch data collection to balance observability, performance, and privacy. Covers sampling strategies, filtering rules, and redaction methods across all event types. ## Documentation Reference The [Nightwatch Documentation](https://nightwatch.laravel.com/docs) is the definitive and up-to-date source of information for all Nightwatch configuration options. This skill provides practical guidance and common patterns, but always consult the official documentation as the primary source of truth for specific details, environment variables, and API behavior. The documentation includes comprehensive coverage of: - [Filtering and Configuration](https://nightwatch.laravel.com/docs/filtering) - Core concepts for sampling, filtering, and redaction - Individual event type pages with specific configuration options: - [Requests](https://nightwatch.laravel.com/docs/requests) - Request sampling, header handling, payload capture - [Commands](https://nightwatch.laravel.com/docs/commands) - Command sampling and redaction - [Queries](https://nightwatch.laravel.com/docs/queries) - Query filtering and redaction - [Cache](https://nightwatch.laravel.com/docs/cache) - Cache event filtering by key or pattern - [Jobs](https://nightwatch.laravel.com/docs/jobs) - Job filtering and sampling decoupling - [Mail](https://nightwatch.laravel.com/docs/mail) - Mail event filtering - [Notifications](https://nightwatch.laravel...

Details

Author
laravel
Repository
laravel/nightwatch
Created
2 years ago
Last Updated
2 months ago
Language
PHP
License
MIT

Integrates with

Related Skills