Skip to content

Commit cf867f7

Browse files
Merge pull request #4476 from aahill/python-fix
fixing instructions
2 parents 3533bcc + efa5a65 commit cf867f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/agents/concepts/tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Once created, you can get an Application Insights connection string, configure y
3636
First, use `pip install` to install OpenTelemetry and the Azure SDK tracing plugin.
3737

3838
```bash
39-
pip install opentelemetry
39+
pip install opentelemetry-sdk
4040
pip install azure-core-tracing-opentelemetry
4141
```
4242

0 commit comments

Comments
 (0)