| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 41 | public function getAgentConfiguration(): AgentConfiguration |
||
| 42 | { |
||
| 43 | $metadata = new Metadata( |
||
| 44 | MetadataBuilder::buildService($this->serviceName, $this->version, $this->environment, $this->framework) |
||
| 45 | ); |
||
| 46 | |||
| 47 | return new AgentConfiguration( |
||
| 48 | $this->serviceName, |
||
| 49 | $this->serverUrl, |
||
| 50 | $metadata |
||
| 51 | ); |
||
| 54 |