We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd17e57 commit 3660af6Copy full SHA for 3660af6
1 file changed
temporalio/contrib/opentelemetry/_plugin.py
@@ -34,7 +34,9 @@ def __init__(self, *, add_temporal_spans: bool = False):
34
35
def workflow_runner(runner: WorkflowRunner | None) -> WorkflowRunner:
36
if not runner:
37
- raise ValueError("No WorkflowRunner provided to the OpenAI plugin.")
+ raise ValueError(
38
+ "No WorkflowRunner provided to the OpenTelemetry plugin."
39
+ )
40
41
# If in sandbox, add additional passthrough
42
if isinstance(runner, SandboxedWorkflowRunner):
0 commit comments