Files
archived-recipes-contrib/inspector-apm/inspector-symfony/1.4/config/packages/inspector.yaml
Valerio 503056481b Update Inspector Recipe to 1.5 (#1742)
* 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
2025-01-17 10:32:10 +01:00

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*'