We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82d0fe commit be07b77Copy full SHA for be07b77
packages/tracing/src/Tracer.ts
@@ -180,7 +180,7 @@ class Tracer implements TracerInterface {
180
*
181
* If Tracer has been initialized outside of the Lambda handler then the same instance
182
* of Tracer will be reused throghout the lifecycle of that same Lambda execution environment
183
- * and this method will return `false` after the first invocation.
+ * and this method will annotate `ColdStart: false` after the first invocation.
184
185
* @see https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html
186
*/
0 commit comments