netra-sdk 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of netra-sdk might be problematic. Click here for more details.

netra/config.py CHANGED
@@ -35,7 +35,7 @@ class Config:
35
35
  ):
36
36
  # Application name: from param, else env
37
37
  self.app_name = (
38
- app_name or os.getenv("OTEL_SERVICE_NAME") or os.getenv("NETRA_APP_NAME") or "llm_tracing_service"
38
+ app_name or os.getenv("NETRA_APP_NAME") or os.getenv("OTEL_SERVICE_NAME") or "llm_tracing_service"
39
39
  )
40
40
 
41
41
  # OTLP endpoint: if explicit param, else OTEL_EXPORTER_OTLP_ENDPOINT