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
This commit is contained in:
Valerio
2025-01-17 10:32:10 +01:00
committed by GitHub
parent 035eff126a
commit 503056481b
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
inspector:
ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'
ignore_routes:
- '/_wdt*'
- '/_profiler*'
ignore_commands:
- 'messenger*'
- 'assets*'
- 'importmap*'
- 'cache*'
- 'doctrine*'
- 'schedule:run'
- 'debug*'
- 'make*'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"Inspector\\Symfony\\Bundle\\InspectorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INSPECTOR_INGESTION_KEY": ""
}
}

View File

@@ -0,0 +1,2 @@
* <fg=blue>Read</> the full documentation to properly configure your
Symfony application at <comment>https://docs.inspector.dev/guides/symfony/installation</>