---
title: Missing data on Errors Inbox page
source: https://docs.newrelic.com/docs/browser/new-relic-browser/troubleshooting/missing-data-on-errors-inbox-page
---

## Problem

I'm not seeing some errors in the **Errors Inbox** page.

## Solution

The browser agent automatically collects **unhandled** errors as they bubble up to the page. If you know errors are occurring within your page or application but aren't seeing them in the **Errors Inbox** page, it's important to check that the errors are being handled by your page or application and not bubbling up to the browser agent. In such scenarios, handled errors can still be observed by utilizing the [`noticeError` API](https://docs.newrelic.com/docs/browser/new-relic-browser/browser-apis/noticeerror).
