Skip to content

Commit c170240

Browse files
committed
Updating constant
1 parent ba14b63 commit c170240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_functions_worker/dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ async def _handle__function_environment_reload_request(self, request):
707707
capabilities = {}
708708
self.update_opentelemetry_status()
709709
if self._otel_libs_available:
710-
capabilities["WorkerOpenTelemetryEnabled"] = _TRUE
710+
capabilities[constants.WORKER_OPEN_TELEMETRY_ENABLED] = _TRUE
711711

712712
if is_envvar_true(PYTHON_ENABLE_INIT_INDEXING):
713713
try:

0 commit comments

Comments
 (0)