chore: fix broken link to env specs (#1122)
This commit is contained in:
		
							parent
							
								
									75bb45fa71
								
							
						
					
					
						commit
						b5170bf202
					
				| 
						 | 
				
			
			@ -22,7 +22,7 @@ final class Environment implements ResourceDetectorInterface
 | 
			
		|||
            ? self::decode(Configuration::getMap(Variables::OTEL_RESOURCE_ATTRIBUTES, []))
 | 
			
		||||
            : [];
 | 
			
		||||
 | 
			
		||||
        //@see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md#general-sdk-configuration
 | 
			
		||||
        //@see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration
 | 
			
		||||
        $serviceName = Configuration::has(Variables::OTEL_SERVICE_NAME)
 | 
			
		||||
            ? Configuration::getString(Variables::OTEL_SERVICE_NAME)
 | 
			
		||||
            : null;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue