Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: added note about active tracing #1011

Merged
merged 2 commits into from
Jul 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/core/tracer.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ Setting | Description
For a **complete list** of supported environment variables, refer to [this section](./../index.md#environment-variables).

!!! note
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.
Before your use this utility, your AWS Lambda function must have
[Active Tracing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new lines ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, fixed in the latest commit

Screenshot 2022-07-04 at 10 53 06

enabled](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html)
as well as [have
permissions](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions)
to send traces to AWS X-Ray

#### Example using AWS Serverless Application Model (SAM)

Expand Down