diff --git a/inspector-apm/inspector-symfony/1.3/config/packages/inspector.yaml b/inspector-apm/inspector-symfony/1.3/config/packages/inspector.yaml new file mode 100644 index 00000000..c1fea91e --- /dev/null +++ b/inspector-apm/inspector-symfony/1.3/config/packages/inspector.yaml @@ -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' diff --git a/inspector-apm/inspector-symfony/1.3/manifest.json b/inspector-apm/inspector-symfony/1.3/manifest.json new file mode 100644 index 00000000..7e8685fe --- /dev/null +++ b/inspector-apm/inspector-symfony/1.3/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Inspector\\Symfony\\Bundle\\InspectorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INSPECTOR_INGESTION_KEY": "" + } +} diff --git a/inspector-apm/inspector-symfony/1.3/post-install.txt b/inspector-apm/inspector-symfony/1.3/post-install.txt new file mode 100644 index 00000000..9e0dd591 --- /dev/null +++ b/inspector-apm/inspector-symfony/1.3/post-install.txt @@ -0,0 +1,2 @@ + * Read the full documentation to properly configure your + Symfony application at https://docs.inspector.dev/