mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
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:
@@ -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*'
|
||||
11
inspector-apm/inspector-symfony/1.4/manifest.json
Normal file
11
inspector-apm/inspector-symfony/1.4/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Inspector\\Symfony\\Bundle\\InspectorBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"INSPECTOR_INGESTION_KEY": ""
|
||||
}
|
||||
}
|
||||
2
inspector-apm/inspector-symfony/1.4/post-install.txt
Normal file
2
inspector-apm/inspector-symfony/1.4/post-install.txt
Normal 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</>
|
||||
Reference in New Issue
Block a user