Open
Conversation
Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
apps/web/src/components/ConnectWalletButton/CustomWalletAdvancedAddressDetails.tsx
Fixed
Show fixed
Hide fixed
| try { | ||
| await bugsnagNotify(message, (e) => e.addMetadata('baseweb', { meta })); | ||
| } catch (e) { | ||
| console.error('Error reporting to Bugsnag', e); |
Check failure
Code scanning / Bearer
Leakage of information in logger message Error
Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor code to use async/await for promise operations
Refactor promise chains to async/await syntax
Feb 10, 2026
Yaketh (Kushmanmb)
approved these changes
Feb 10, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modernizes promise-based operations across 12 files, replacing
.then()/.catch()chains with async/await for improved readability and error handling.Changes
Core refactorings:
voidinvocationvoid (async () => {...})()IIFE pattern for fire-and-forget operations.catch()with try/catch blocksExample transformation:
Files modified:
libs/base-ui/contexts/Experiments.tsxapps/web/src/hooks/useSetPrimaryBasename.tsapps/web/src/components/ImageCloudinary/index.tsxapps/web/src/components/NeynarCast/index.tsxapps/web/src/components/Basenames/*(5 files)apps/web/src/components/ConnectWalletButton/CustomWalletAdvancedAddressDetails.tsxapps/web/src/components/ThreeHero/DynamicRigidBody.tsxapps/web/src/utils/logger.tsNote: Next.js
dynamic()imports remain unchanged—they already use async/await correctly.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:
fonts.googleapis.com/opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node /home/REDACTED/work/web/web/apps/web/node_modules/next/dist/bin/next build(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.