Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 26, 2025

Summary

Addresses review feedback on #3309 to improve logger traceability. The generic identifier 'utils' was ambiguous when debugging logs from multiple files across packages.

Changes

  • Changed logger identifier from 'utils' to 'sdk-utils' in packages/sdk/src/utils/utils.ts

This follows the pattern used by other SDK files like StreamrClient, NetworkNodeFacade, and Operator which use package-scoped identifiers for clarity.

Checklist before requesting a review

  • Is this a breaking change? If it is, be clear in summary.
  • Read through code myself one more time.
  • Make sure any and all TODO comments left behind are meant to be left in.
  • Has reasonable passing test coverage?
  • Updated changelog if applicable.
  • Updated documentation if applicable.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.


Note

Aligns SDK utils logging with package-scoped identifiers for clearer traceability.

  • Update packages/sdk/src/utils/utils.ts: change new Logger('utils') to new Logger('sdk-utils')

Written by Cursor Bugbot for commit 2b3925b. This will update automatically on new commits. Configure here.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Co-authored-by: mondoreale <320066+mondoreale@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 26, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://storage.googleapis.com/chrome-for-testing-public/121.0.6167.184/linux64/chromedriver-linux64.zip
    • Triggering command: /usr/local/bin/node node install.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] WIP Address feedback from review on logger scope refactor Change logger identifier from 'utils' to 'sdk-utils' in SDK package Dec 26, 2025
Copilot AI requested a review from mondoreale December 26, 2025 18:16
@mondoreale mondoreale marked this pull request as ready for review December 26, 2025 18:16
@mondoreale mondoreale merged commit e449209 into avoid-nodejs-module Dec 26, 2025
1 check passed
@mondoreale mondoreale deleted the copilot/sub-pr-3309 branch December 26, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants