arnedesmedt/inspector-symfony

Code Execution Monitoring for Symfony applications.

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Type:symfony-bundle

1.0.6 2021-09-29 13:05 UTC

README

Requirements

  • PHP >= 7.2
  • Symfony ^4.4|^5.2

Install

Install the latest version of the bundle:

composer require inspector-apm/inspector-symfony

Configure the INGESTION Key

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.

Official documentation

See official documentation

LICENSE

This bundle is licensed under the MIT license.