Skip to content

Commit b096f5f

Browse files
committed
docs(tracer): warning to note on local traces
1 parent 3af2cac commit b096f5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/quickstart.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,11 @@ By having structured logs like this, we can easily search and analyse them in [C
517517

518518
=== "CloudWatch Logs Insight Example"
519519
![CloudWatch Logs Insight Example](./media/cloudwatch_logs_insight_example.png)
520+
520521
## Tracing
521522

522-
!!! warning
523-
**Tracer** uses AWS X-Ray and you will not see any traces when executing your function locally.
523+
!!! note
524+
You won't see any traces in AWS X-Ray when executing your function locally.
524525

525526
The next improvement is to add an appropriate tracking mechanism to your stack. Developers want to analyze traces of queries that pass via the API gateway to your Lambda.
526527
With structured logs, it is an important step to provide the observability of your application!

0 commit comments

Comments
 (0)