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 0490762 commit caa75d9Copy full SHA for caa75d9
aws-distro-opentelemetry-node-autoinstrumentation/test/otlp-aws-span-exporter.test.ts
@@ -19,6 +19,7 @@ const EXPECTED_AUTH_SECURITY_TOKEN = 'test_token';
19
20
const nodeVersion = getNodeVersion();
21
22
+// SigV4 exporter requires packages that require Node environments >= 16
23
/* istanbul ignore next */
24
if (nodeVersion >= 16) {
25
describe('OTLPAwsSpanExporter', () => {
0 commit comments