Update recipe for Inspector 1.3 (#1722)

* Recipe for Inspector 1.3

* Create post-install.txt

* Create recipe for Inspector 1.3
This commit is contained in:
Valerio
2024-12-06 15:24:04 +01:00
committed by GitHub
parent 1b80c59963
commit 35b0194777
3 changed files with 60 additions and 0 deletions
@@ -0,0 +1,47 @@
inspector:
ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'
enabled: true
transport: async
ignore_routes:
- '/wdt*'
- '/profiler*'
ignore_commands:
- 'messenger:consume'
- 'assets:install'
- 'cache:clear'
- 'doctrine:migration:migrate'
- 'schedule:run'
# Development commands section
- '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'
@@ -0,0 +1,11 @@
{
"bundles": {
"Inspector\\Symfony\\Bundle\\InspectorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INSPECTOR_INGESTION_KEY": ""
}
}
@@ -0,0 +1,2 @@
* <fg=blue>Read</> the full documentation to properly configure your
Symfony application at <comment>https://docs.inspector.dev/</>