Configuration
Customize the package behaviour.
// Create a configuration instance.
$configuration = new Configuration('YOUR_INGESTION_KEY');
// Pass the configuration to the Inspector constructor.
$inspector = new Inspector($configuration);$configuration = new Configuration('YOUR_INGESTION_KEY');
$configuration->setEnabled(true);
$configuration->setMaxItems(500);Last updated