diff --git a/src/content/docs/browser/browser-monitoring/browser-pro-features/browser-logs/get-started.mdx b/src/content/docs/browser/browser-monitoring/browser-pro-features/browser-logs/get-started.mdx index db2940a774f..c3f1341e357 100644 --- a/src/content/docs/browser/browser-monitoring/browser-pro-features/browser-logs/get-started.mdx +++ b/src/content/docs/browser/browser-monitoring/browser-pro-features/browser-logs/get-started.mdx @@ -7,16 +7,6 @@ redirects: freshnessValidatedDate: never --- -Enhance your application's observability and debugging capabilities by following these simple setup instructions. - -### Prerequisites - -* A **Pro** or **Pro + SPA** browser agent - - - Automatic log detection is not available for the Lite browser agent. - - ## Automatically detect browser logs [#automatic-log] Auto logging collects log messages issued from the browser `console` to help you maximize observability of your front-end applications. @@ -102,9 +92,17 @@ Based on logging levels and sampling rates set in the configuration, auto-instru By default, logging data is stored for 30 days, but actual data retention depends on your account. +## Prerequisites + +* A **Pro** or **Pro + SPA** browser agent + + + Automatic log detection is not available for the Lite browser agent. + + ## Enable automatic log collection (For Existing Browser Apps) [#enable-automatic-log] -To enable automatic log collection for an existing browser app: +Enhance your application's observability and debugging capabilities by following these simple setup instructions.