Files
symfony-flex-recipes-contrib/inspector-apm.inspector-symfony.1.4.json
T
github-action[bot]andgithub-action[bot] 1ebb3fe648 Update Flex endpoint
2025-01-17 09:32:24 +00:00

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"
}
}
}