Skip to content

Commit

Permalink
docs: mention new Service annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Nov 30, 2021
1 parent 67a57eb commit ec939c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/core/tracer.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ You can quickly start by importing the `Tracer` class, initialize it outside the
When using this `capture_lambda_handler` decorator, Tracer performs these additional tasks to ease operations:

* Creates a `ColdStart` annotation to easily filter traces that have had an initialization overhead
* Creates a `Service` annotation if `service` parameter or `POWERTOOLS_SERVICE_NAME` is set
* Captures any response, or full exceptions generated by the handler, and include as tracing metadata

### Annotations & Metadata
Expand Down

0 comments on commit ec939c5

Please sign in to comment.