Skip to content

Commit ec939c5

Browse files
committed
docs: mention new Service annotation
1 parent 67a57eb commit ec939c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/tracer.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ You can quickly start by importing the `Tracer` class, initialize it outside the
5858
When using this `capture_lambda_handler` decorator, Tracer performs these additional tasks to ease operations:
5959

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

6364
### Annotations & Metadata

0 commit comments

Comments
 (0)