We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114211d commit 52900edCopy full SHA for 52900ed
plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml
@@ -9,6 +9,19 @@
9
# - 14.x dropped in v3.567.0 https://github.com/aws/aws-sdk-js-v3/pull/6034
10
# - 16.x dropped in v3.723.0 https://github.com/aws/aws-sdk-js-v3/pull/6775
11
12
+"@aws-sdk/client-bedrock-runtime":
13
+ env:
14
+ - SKIP_TEST_IF_DISABLE=true
15
+ # - 3.529.0 was missing the fast-xml-parser dependency (https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.529.1)
16
+ jobs:
17
+ - node: ">=18"
18
+ versions:
19
+ include: "^3.587.0"
20
+ exclude: ">=3.363.0 <=3.377.0"
21
+ mode: "max-7"
22
+ commands:
23
+ - mocha --require '@opentelemetry/contrib-test-utils' test/bedrock-runtime.test.ts
24
+
25
"@aws-sdk/client-s3":
26
env:
27
- SKIP_TEST_IF_DISABLE=true
0 commit comments