{ "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": [ " * Read the full documentation to properly configure your", " Symfony application at 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" } } }