mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
80 lines
3.5 KiB
JSON
80 lines
3.5 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/</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/inspector.yaml": {
|
|
"contents": [
|
|
"inspector:",
|
|
" ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'",
|
|
" ignore_routes:",
|
|
" - '_wdt'",
|
|
" - '_profiler'",
|
|
" - '_profiler_home'",
|
|
" - '_profiler_search'",
|
|
" - '_profiler_search_bar'",
|
|
" - '_profiler_phpinfo'",
|
|
" - '_profiler_search_results'",
|
|
" - '_profiler_open_file'",
|
|
" - '_profiler_router'",
|
|
" - '_profiler_exception'",
|
|
" - '_profiler_exception_css'",
|
|
" ignore_commands:",
|
|
" - 'debug:autowiring'",
|
|
" - 'debug:config'",
|
|
" - 'debug:container'",
|
|
" - 'debug:event-dispatcher'",
|
|
" - 'debug:form'",
|
|
" - 'debug:router'",
|
|
" - 'debug:translation'",
|
|
" - 'debug:twig'",
|
|
" - 'debug:validator'",
|
|
" - 'make:auth'",
|
|
" - 'make:command'",
|
|
" - 'make:controller'",
|
|
" - 'make:crud'",
|
|
" - 'make:docker:database'",
|
|
" - 'make:entity'",
|
|
" - 'make:fixtures'",
|
|
" - 'make:form'",
|
|
" - 'make:functional-test'",
|
|
" - 'make:message'",
|
|
" - 'make:messenger-middleware'",
|
|
" - 'make:migration'",
|
|
" - 'make:registration-form'",
|
|
" - 'make:reset-password'",
|
|
" - 'make:serializer:encoder'",
|
|
" - 'make:serializer:normalizer'",
|
|
" - 'make:subscriber'",
|
|
" - 'make:test'",
|
|
" - 'make:twig-extension'",
|
|
" - 'make:unit-test'",
|
|
" - 'make:user'",
|
|
" - 'make:validator'",
|
|
" - 'make:voter'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "fefb11e1366fc61c05f82296d98d4fb3210aa06d"
|
|
}
|
|
}
|
|
}
|