Browser console and network logs help Phantom Support diagnose extension issues. These are different from app logs and are collected through your browser's developer tools. You'll need a Chromium-based browser such as Chrome, Brave, Opera, or Microsoft Edge.
Before you start
Use a Chromium-based browser such as Chrome, Brave, Opera, or Microsoft Edge.
Collect console output
- Open a new tab and go to
chrome://extensions/ - Find the Phantom extension and click Details.
- Turn on Developer mode in the upper-right corner.
- Under Inspect views, click service worker.
- In the new DevTools window, click the Console tab.
- Click the Clear button (🚫) to remove any previous logs.
- Reproduce the issue.
- After reproducing the issue, right-click inside Console and select Save as… to export a LOG file.
- Share this file with Phantom Support.
- Return to
chrome://extensions/and turn Developer mode off.
Collect network logs
- Go to
chrome://extensions/ - Find the Phantom extension and click Details.
- Turn on Developer mode in the upper-right corner.
- Under Inspect views, click service worker.
- In the DevTools window, click the Network tab.
- Click the Clear button (🚫) to remove any previous logs.
- Reproduce the issue.
- After reproducing the issue, click the Export HAR button (pictured) to export a HAR file.
- Share this file with Phantom Support.
- Return to
chrome://extensions/and turn Developer mode off.
If logs don't appear
If the Console or Network tabs under popup.html show no activity, try right-clicking anywhere inside the Phantom extension's interface (like the Swap tab) and select Inspect. This opens another DevTools window tied to that specific UI, which should show logs in real time.