8000 GitHub - inspector-apm/inspector-symfony at 0b5af59e85766f33fa5045bccc8c1929587bd4d8
[go: up one dir, main page]

Skip to content

inspector-apm/inspector-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Code Execution monitoring for Symfony applications

Requirements

  • PHP >= 7.2.5
  • Symfony >= 5.2

Install

Install the latest version of our package by:

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 package are licensed under the MIT license.

0