diff --git a/platform-includes/logs/requirements/javascript.mdx b/platform-includes/logs/requirements/javascript.mdx index ab3f970e4bb6d..15572f2cb1a7e 100644 --- a/platform-includes/logs/requirements/javascript.mdx +++ b/platform-includes/logs/requirements/javascript.mdx @@ -2,10 +2,6 @@ Logs for JavaScript are supported in Sentry JavaScript SDK version `9.41.0` and - - -Logging is not supported in the [loader or CDN script](/platforms/javascript/install/loader/) for browser JavaScript. We recommend installing the SDK via [NPM](/platforms/javascript/install/npm/) to use logging. We are tracking support for the loader and CDN script in [this GitHub issue](https://github.com/getsentry/sentry-javascript/issues/16314). - - +Logging is also supported via [CDN bundles and the Loader Script](/platforms/javascript/install/loader/). Use a bundle that includes logs, such as `bundle.logs.metrics.min.js`.