@aws-lambda-powertools/tracer
Advanced tools
Comparing version
@@ -292,3 +292,3 @@ "use strict"; | ||
*/ | ||
captureAWSClient(service) { | ||
/* v8 ignore start */ captureAWSClient(service) { | ||
if (!this.isTracingEnabled()) | ||
@@ -311,3 +311,3 @@ return service; | ||
} | ||
} | ||
} /* v8 ignore stop */ | ||
/** | ||
@@ -314,0 +314,0 @@ * Patch an AWS SDK v3 client and create traces when your application makes calls to that AWS service. |
@@ -286,3 +286,3 @@ /** | ||
*/ | ||
captureAWSClient(service) { | ||
/* v8 ignore start */ captureAWSClient(service) { | ||
if (!this.isTracingEnabled()) | ||
@@ -305,3 +305,3 @@ return service; | ||
} | ||
} | ||
} /* v8 ignore stop */ | ||
/** | ||
@@ -308,0 +308,0 @@ * Patch an AWS SDK v3 client and create traces when your application makes calls to that AWS service. |
{ | ||
"name": "@aws-lambda-powertools/tracer", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"description": "The tracer package for the Powertools for AWS Lambda (TypeScript) library", | ||
@@ -28,4 +28,4 @@ "author": { | ||
"dependencies": { | ||
"@aws-lambda-powertools/commons": "^2.10.0", | ||
"aws-xray-sdk-core": "^3.10.1" | ||
"@aws-lambda-powertools/commons": "^2.11.0", | ||
"aws-xray-sdk-core": "^3.10.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
194340
0.05%