mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"manifests": {
|
|
"inspector-apm/inspector-symfony": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Inspector\\Symfony\\Bundle\\InspectorBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"INSPECTOR_INGESTION_KEY": ""
|
|
},
|
|
"post-install-output": [
|
|
" * <fg=blue>Read</> the full documentation to properly configure your",
|
|
" Symfony application at <comment>https://docs.inspector.dev/guides/symfony/installation</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/inspector.yaml": {
|
|
"contents": [
|
|
"inspector:",
|
|
" ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'",
|
|
" ignore_routes:",
|
|
" - '/_wdt*'",
|
|
" - '/_profiler*'",
|
|
" ignore_commands:",
|
|
" - 'messenger*'",
|
|
" - 'assets*'",
|
|
" - 'importmap*'",
|
|
" - 'cache*'",
|
|
" - 'doctrine*'",
|
|
" - 'schedule:run'",
|
|
" - 'debug*'",
|
|
" - 'make*'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "60ac12d92b25c43830fdf25922e53467058feab1"
|
|
}
|
|
}
|
|
}
|