for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Integrations\Connectors\Sentry;
use Log;
class Import extends Sentry
{
public function handle()
var_dump($this->getProjects());
return true;
}