schemaUrl = $schemaUrl; } public function accepts(Instrument $instrument, InstrumentationScopeInterface $instrumentationScope): bool { return $this->schemaUrl === $instrumentationScope->getSchemaUrl(); } }