Files
Vedran CindricandFabien Potencier f64276120f Add recipe for treblle/treblle-symfony
Registers TreblleBundle, copies a minimal treblle.yaml config pointing
at TREBLLE_SDK_TOKEN and TREBLLE_API_KEY env vars, and injects those
two variables into .env on install.
2026-06-14 18:21:21 +02:00

13 lines
229 B
JSON

{
"bundles": {
"Treblle\\Symfony\\TreblleBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TREBLLE_SDK_TOKEN": "",
"TREBLLE_API_KEY": ""
}
}