Recipe for inspector-apm/inspector-symfony (#1171)

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* add inspector recipe

* remove default config parameters
This commit is contained in:
Valerio
2021-08-02 19:59:41 +02:00
committed by GitHub
parent 1be0fc9786
commit b888146bd3
3 changed files with 64 additions and 0 deletions
@@ -0,0 +1,47 @@
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'
@@ -0,0 +1,11 @@
{
"bundles": {
"Inspector\\Symfony\\Bundle\\InspectorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INSPECTOR_INGESTION_KEY": ""
}
}
@@ -0,0 +1,6 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Inspector Symfony Bundle </>
<bg=blue;fg=white> </>
* <fg=blue>Read</> the full documentation to properly configure your
Symfony application at <comment>https://docs.inspector.dev/</>