Skip to content

Commit

Permalink
Update recipe for Inspector 1.3 (#1722)
Browse files Browse the repository at this point in the history
* Recipe for Inspector 1.3

* Create post-install.txt

* Create recipe for Inspector 1.3
  • Loading branch information
ilvalerione authored Dec 6, 2024
1 parent 1b80c59 commit 35b0194
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
47 changes: 47 additions & 0 deletions inspector-apm/inspector-symfony/1.3/config/packages/inspector.yaml
Original file line number Diff line number Diff line change
@@ -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'
11 changes: 11 additions & 0 deletions inspector-apm/inspector-symfony/1.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"bundles": {
"Inspector\\Symfony\\Bundle\\InspectorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INSPECTOR_INGESTION_KEY": ""
}
}
2 changes: 2 additions & 0 deletions inspector-apm/inspector-symfony/1.3/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* <fg=blue>Read</> the full documentation to properly configure your
Symfony application at <comment>https://docs.inspector.dev/</>

0 comments on commit 35b0194

Please sign in to comment.