Configuration
Customize the monitoring strategy in your Symfony application.
Master Switch
inspector:
ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'
# True by default
enabled: falseTrack Unhandled Exceptions
inspector:
ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'
# True by default
unhandled_exceptions: falseDatabase Query Monitoring
Symfony Messenger Monitoring
Ignore Transactions
Ignore Routes
Ignore Commands
Ignore Messenger Messages
Transport
Last updated