You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/tracer.md
+6
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@ Tracer is an opinionated thin wrapper for [AWS X-Ray Python SDK](https://github.
19
19
???+ tip
20
20
All examples shared in this documentation are available within the [project repository](https://github.com/awslabs/aws-lambda-powertools-python/tree/develop/examples){target="_blank"}.
21
21
22
+
### Install
23
+
24
+
!!! info "This is not necessary if you're using Lambda Layer"
25
+
26
+
Add `aws-lambda-powertools[aws-xray-sdk]` in your preferred dependency management tool.
27
+
22
28
### Permissions
23
29
24
30
Before your use this utility, your AWS Lambda function [must have permissions](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions) to send traces to AWS X-Ray.
0 commit comments