-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: instrumentation of
@aws-sdk/client-*
v3.723.0 and later now wo…
…rks (#4398) v3.723.0 and later of some aws-sdk-js v3 clients updated to use `@smithy/smithy-client@4` which is part of what is instrumented.
- Loading branch information
Showing
3 changed files
with
57 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -467,14 +467,20 @@ aws-sdk: | |
- node test/instrumentation/modules/aws-sdk/dynamodb.test.js | ||
|
||
'@aws-sdk/client-s3': | ||
versions: | ||
# - 3.377.0 was a bad release (https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1828#issuecomment-1834276719) | ||
mode: max-7 | ||
include: '>=3.15.0 <4' | ||
exclude: '3.377.0' | ||
commands: | ||
- node test/instrumentation/modules/@aws-sdk/client-s3.test.js | ||
node: '>=14' | ||
- versions: | ||
# - 3.377.0 was a bad release (https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1828#issuecomment-1834276719) | ||
mode: max-5 | ||
include: '>=3.15.0 <3.723.0' | ||
exclude: '3.377.0' | ||
node: '>=14' | ||
commands: | ||
- node test/instrumentation/modules/@aws-sdk/client-s3.test.js | ||
- versions: | ||
mode: max-5 | ||
include: '>=3.723.0 <4' | ||
node: '>=18' | ||
commands: | ||
- node test/instrumentation/modules/@aws-sdk/client-s3.test.js | ||
|
||
'@aws-sdk/client-dynamodb': | ||
versions: | ||
|
@@ -485,20 +491,32 @@ aws-sdk: | |
node: '>=14' | ||
|
||
'@aws-sdk/client-sns': | ||
versions: | ||
mode: max-7 | ||
include: '>=3.15.0 <4' | ||
commands: | ||
- node test/instrumentation/modules/@aws-sdk/client-sns.test.js | ||
node: '>=14' | ||
- versions: | ||
mode: max-7 | ||
include: '>=3.15.0 <3.723.0' | ||
node: '>=14' | ||
commands: | ||
- node test/instrumentation/modules/@aws-sdk/client-sns.test.js | ||
- versions: | ||
mode: max-5 | ||
include: '>=3.723.0 <4' | ||
node: '>=18' | ||
commands: | ||
- node test/instrumentation/modules/@aws-sdk/client-sns.test.js | ||
|
||
'@aws-sdk/client-sqs': | ||
versions: | ||
mode: max-7 | ||
include: '>=3.15.0 <4' | ||
commands: | ||
- node test/instrumentation/modules/@aws-sdk/client-sqs.test.js | ||
node: '>=14' | ||
- versions: | ||
mode: max-7 | ||
include: '>=3.15.0 <3.723.0' | ||
node: '>=14' | ||
commands: | ||
- node test/instrumentation/modules/@aws-sdk/client-sqs.test.js | ||
- versions: | ||
mode: max-5 | ||
include: '>=3.723.0 <4' | ||
node: '>=18' | ||
commands: | ||
- node test/instrumentation/modules/@aws-sdk/client-sqs.test.js | ||
|
||
# - [email protected] added its diagnostics_channel support. | ||
# - In [email protected] the `request.origin` property was added, which we need | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters