config/appsignal.php file. The appsignal install command creates this file for you.
Shell
Configure AppSignal
Openconfig/appsignal.php and set the required values, along with a service name:
.env file:
.env
service_name option names this application among the services reporting to your collector, so a trace that crosses several of them shows which service did what.
Validate configuration
The AppSignal for PHP package includes anappsignal validate command to check that the current configuration is valid.
Shell