Record a trace (HAR file requests)
When you experience performance issues, our engineering team may request a Chrome trace to diagnose and resolve the problem.
Chrome traces help our engineers understand exactly what's causing performance bottlenecks, allowing us to optimize the experience for you.
Privacy considerations
Chrome traces may contain sensitive information including:
- URLs and titles of open tabs
- Running browser extensions
To protect your privacy, consider closing unnecessary tabs before you record. Note that traces do not include your browser history.
We recommend using the CloudFlare HAR File Sanitizer to remove any sensitive information from the trace file before you share it with Glean.
Record a trace
Open Chrome tracing
In a new Chrome tab, navigate to chrome://tracing
Start the recording
Click the Record button located in the upper left corner
Configure settings
- Click Manually select settings
- In the Record categories section, click the All button in the left column
- Click Record to begin
Reproduce the issue
Perform the action that was slow, such as running a search or opening a new tab.
Save the trace
- Return to the tracing tab
- Click Stop
- Click Save in the upper left corner
- Share the resulting trace file with our support team
Additional settings
- Make sure you have checked the box to "Preserve log"
- Under the DevTools settings make sure to also check the "Auto-open DevTools for popups" as well

Before you send a HAR file to support
- Rename AND zip or compress your HAR files.
- Uncompressed HAR files are often over attachment size limits.
- By default, HAR files use the page URL as the name of the file.
- Files with .com extensions look suspicious to spam and phishing filters, give the HAR file a descriptive name that doesn't include their full URL.
If you don't use Chrome or the steps above don't work
If you are blocked from Chrome tracing (chrome://tracing) or Chrome is not your preferred browser, you can open the browser dev tools (cmd + opt +i , or right click + inspect) and follow the rest of the above steps from the network tab.
