mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* Update Inspector Recipe to 1.4 * Create manifest.json * Create post-install.txt * Create inspector.yaml * Create manifest.json * Create post-install.txt * Delete 1.5 directory
15 lines
315 B
YAML
15 lines
315 B
YAML
inspector:
|
|
ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'
|
|
ignore_routes:
|
|
- '/_wdt*'
|
|
- '/_profiler*'
|
|
ignore_commands:
|
|
- 'messenger*'
|
|
- 'assets*'
|
|
- 'importmap*'
|
|
- 'cache*'
|
|
- 'doctrine*'
|
|
- 'schedule:run'
|
|
- 'debug*'
|
|
- 'make*'
|