Undefined array key \"basic_auth\" #33
Unanswered
SardorAlif
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I changed url to external url
'drivers' => [
Spatie\OpenTelemetry\Drivers\HttpDriver::class => [
'url' => 'https://jaeger.dev.xxx.pk/api/traces',
],
],
but when in postman i use this route I get this error
{
"message": "Undefined array key "basic_auth"",
"exception": "ErrorException",
"file": "/app/vendor/spatie/laravel-open-telemetry/src/Drivers/HttpDriver.php",
"line": 19,
namespace Spatie\OpenTelemetry\Drivers;
use Illuminate\Http\Client\Factory;
use Illuminate\Support\Facades\Http;
use Spatie\OpenTelemetry\Support\Span;
class HttpDriver implements Driver
{
protected array $options = [];
}
Beta Was this translation helpful? Give feedback.
All reactions