Skip to content

Commit 3605ca5

Browse files
authored
fix(traces): add ' around pip install for the otel optional dependencies (#212)
1 parent 5d49728 commit 3605ca5

File tree

1 file changed

+1
-1
lines changed
  • docs/user-guide/observability-evaluation

1 file changed

+1
-1
lines changed

docs/user-guide/observability-evaluation/traces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Strands natively integrates with OpenTelemetry, an industry standard for distrib
8383

8484
## Enabling Tracing
8585

86-
!!! warning "To enable OTEL exporting, install Strands Agents with `otel` extra dependencies: `pip install strands-agents[otel]`"
86+
!!! warning "To enable OTEL exporting, install Strands Agents with `otel` extra dependencies: `pip install 'strands-agents[otel]'`"
8787

8888

8989
### Environment Variables

0 commit comments

Comments
 (0)