If you are experiencing issues with our browser-based product console, providing us with network logs can help diagnose and resolve the problem. This guide will walk you through the steps to capture network logs from Chromium-based browsers (such as Google Chrome, Microsoft Edge) and Mozilla Firefox.
For Chromium-based Browsers (Google Chrome, Microsoft Edge):
Open Developer Tools:
- Right-click anywhere on the webpage and select
Inspect
, or pressCtrl+Shift+I
(Windows/Linux) orCmd+Option+I
(Mac).
- Right-click anywhere on the webpage and select
Navigate to the Network Tab:
- Click on the
Network
tab at the top of the Developer Tools panel. If you don't see the Network tab, you may need to expand the Developer Tools window or click on the>>
icon to reveal more tabs.
- Click on the
Set Up the Filter:
- Use the filter bar at the top of the Network tab. Enter the hostname of our service (e.g., lightwave-console.example.com) to ensure that only relevant network traffic is recorded.
Reproduce the Issue:
- Clear any existing logs by clicking the
No entries
(circle with a line) icon, or press CTRL+L. Then, reproduce the issue you are experiencing while the Network tab is recording. Ensure to perform the actions that cause the issue.
- Clear any existing logs by clicking the
Save the Log:
- Right-click within the Network table and select
Save all as HAR with content
.
- Right-click within the Network table and select
Send the Log File to Support:
- Attach the saved
.har
file to an email or a support ticket and send it to our support team for analysis.
- Attach the saved
For Mozilla Firefox:
Open Developer Tools:
- Right-click on any element of the webpage and choose
Inspect Element
, or pressCtrl+Shift+I
(Windows/Linux) orCmd+Option+I
(Mac).
- Right-click on any element of the webpage and choose
Access the Network Tab:
- Click on the
Network
tab in the Developer Tools interface. If it’s not visible, you might need to click on the>>
icon to see more options.
- Click on the
Apply the Filter:
- Enter the hostname of our service (e.g., lightwave-console.example.com) in the filter bar to focus the logs on interactions with our site.
Record the Issue:
- Click the clear button (trash can icon) to remove old data. Then reproduce the problem while the Network monitor is active.
Export the Network Log:
- Right-click within the Network panel and choose
Save All As HAR
.
- Right-click within the Network panel and choose
Submit the Log File:
- Email the
.har
file or attach it to your support ticket and send it to our support team.
- Email the
Important Security Note:
Before you capture and share a HAR file, please be aware that these files can contain sensitive information from your browsing session. This includes personal data, cookies, API keys, and possibly passwords, depending on the form data submitted during the recording.
Steps to Protect Sensitive Information:
Review the HAR file: Open the HAR file in a text editor or HAR viewer and review the contents. Ensure that you remove or redact any sensitive information that should not be shared.
Limit Recording Duration: Only record the network traffic while reproducing the issue to minimize the amount of data captured.
Secure Transmission: Always use secure methods, such as encrypted emails, secure file transfer, or upload to our support portal when sending the HAR file to support.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article