Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the aws-sdk group in /packages/opentelemetry-node with 4 updates #534

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/instrumentation-openai/test/testutils.js
Original file line number Diff line number Diff line change
@@ -525,6 +525,7 @@ function runTestFixtures(suite, testFixtures) {
)})`
);
t.end();
outerResolve();
return;
}
}
Loading

Unchanged files with check annotations Beta

try {
await sdk.shutdown();
} catch (err) {
console.warn('warning: error shutting down OTel SDK', err);

Check warning on line 29 in packages/opentelemetry-node/lib/start.js

GitHub Actions / lint

Unexpected console statement
}
process.exit(128 + os.constants.signals.SIGTERM);
});
try {
await sdk.shutdown();
} catch (err) {
console.warn('warning: error shutting down OTel SDK', err);

Check warning on line 39 in packages/opentelemetry-node/lib/start.js

GitHub Actions / lint

Unexpected console statement
}
});