- PHP >= 7.2.5
- Symfony >= 5.2
Install the latest version of our package by:
composer require inspector-apm/inspector-symfony
Create the inspector.yaml
configuration file in your config/packages
directory, and put the ingestion_key
field inside:
inspector:
ingestion_key: [your-ingestion-key]
You can obtain the ingestion_key
creating a new project in your Inspector dashboard.
This package are licensed under the MIT license.