Capturing HAR Logs in Chrome and Microsoft Edge
Updated
Overview
A HAR (HTTP Archive) file is a record of all network requests your browser makes while loading a webpage. It includes details such as request URLs, response codes, load times, and any errors that occur. These files help Sprinklr Support analyze performance, loading, or connectivity issues that users experience in the Sprinklr platform.
This article explains how analysts, supervisors, and other users can capture and share HAR files from Google Chrome or Microsoft Edge.
Capture a HAR File in Chrome or Microsoft Edge
Follow these steps to record browser activity while reproducing an issue in Sprinklr.
1. Open DevTools
Log in to Sprinklr.
Right‑click anywhere on the page and select Inspect. The browser’s Developer Tools (DevTools) panel opens.

2. Navigate to the Network Tab
Select the Network tab in DevTools.

3. Prepare to Record
Make sure that Preserve log is unchecked. This ensures only the current session’s data is captured.
4. Reproduce the Issue
Keep DevTools open.
Refresh the page.
Perform the steps that lead to the issue you want to report.
5. Export the HAR File
After reproducing the issue, click the Export HAR icon.

6. Save the File
When the Save As dialog appears, enter a file name and click Save. Share the saved HAR file with Sprinklr Support so they can analyze the issue.

View an Existing HAR File
You can import and review a HAR file in Chrome or Microsoft Edge.
Open DevTools on any webpage.
Click the Import HAR button.
Select the HAR file from your system.

Chrome or Edge will replay the logs in the Network tab.