We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157eacc commit ef19829Copy full SHA for ef19829
docs/core/tracer.md
@@ -21,9 +21,11 @@ Tracer is an opinionated thin wrapper for [AWS X-Ray Python SDK](https://github.
21
22
### Install
23
24
-!!! info "This is not necessary if you're using Lambda Layer"
+!!! info "This is not necessary if you're installing Powertools via [Lambda Layer](../index.md#lambda-layer){target="_blank"}"
25
26
-Add `aws-lambda-powertools[aws-xray-sdk]` in your preferred dependency management tool.
+Add `aws-lambda-powertools[tracer]` as a dependency in your preferred tool: _e.g._, _requirements.txt_, _pyproject.toml_.
27
+
28
+This will ensure you have the required dependencies before using Tracer.
29
30
### Permissions
31
0 commit comments