We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67da56 commit 190f628Copy full SHA for 190f628
src/Instrumentation/Laravel/src/LaravelConfiguration.php
@@ -17,7 +17,7 @@ private function __construct(
17
public static function fromArray(array $properties): self
18
{
19
return new self(
20
- enabled: (class_exists(Sdk::class) && !Sdk::isDisabled()) || $properties['enabled'],
+ enabled: (class_exists(Sdk::class) && !Sdk::isInstrumentationDisabled('laravel')) || $properties['enabled'],
21
);
22
}
23
0 commit comments