---
title: Overview
source: https://docs.newrelic.com/docs/browser/browser-monitoring/browser-pro-features/browser-logs/overview
---

The **Browser logs** feature offers insights into your front-end application by automatically capturing browser console logs in real-time. With this feature, you can:

-   **Maximize observability**: Understand how your application behaves in the user's environments.
-   **Simplify debugging**: Identify and fix issues by correlating user actions with browser logs.
-   **Enhance UX**: Resolve errors and ensure a smooth interaction for the end users.

## Key features of browser logs

| Feature                                                                                                                                                            | Description                                                                                                                                                                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [**Automatic Log Collection**](https://docs.newrelic.com/docs/browser/browser-monitoring/browser-pro-features/browser-logs/get-started/#automatic-log)             | Automatically captures all log messages from the browser console, including Error, Warn, Info, and Debug logs, providing a complete view of front-end activity.                                                                                                                    |
| [**Customizable Settings**](https://docs.newrelic.com/docs/browser/browser-monitoring/browser-pro-features/browser-logs/get-started)                               | - **Toggle On/Off auto-logging**: Enable or disable log collection. - **Configure Sample Rate**: Define the percentage of user sessions for log collection. - **Set Log Verbosity Levels**: Select the minimum log level to capture, automatically including all preceding levels. |
| [**Logs in Session Replay**](https://docs.newrelic.com/docs/browser/browser-monitoring/browser-pro-features/browser-logs/view-browser-logs/logs-in-session-replay) | View browser logs in context with Session Replay, bridging application functionality and user experience. [Learn more about Session Replay](#session-replay-section).                                                                                                              |
| [**Logs in Errors Inbox**](https://docs.newrelic.com/docs/browser/browser-monitoring/browser-pro-features/browser-logs/view-browser-logs/logs-in-error-inbox)      | View browser logs alongside JavaScript errors during troubleshooting, aiding in debugging and better root cause analysis. [Learn more about Errors Inbox](#errors-inbox-section)                                                                                                   |
