-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Describe the bug
When installing version 4.15.0 on a Laravel project I get this error
Error
Class "Inspector\Laravel\Inspector" not found
at vendor/inspector-apm/inspector-laravel/src/InspectorServiceProvider.php:80
76▕ ->setTransport(config('inspector.transport', 'async'))
77▕ ->setOptions(config('inspector.options', []))
78▕ ->setMaxItems(config('inspector.max_items', 100));
79▕
➜ 80▕ return new Inspector($configuration);
81▕ });
82▕
83▕ $this->registerInspectorServiceProviders();
84▕ }
+22 vendor frames
23 app/Exceptions/Handler.php:50
Illuminate\Foundation\Exceptions\Handler::report(Object(Error))
+3 vendor frames
27 artisan:35
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
Reverting to version 4.12.0 Fix the problem