Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions platform-includes/logs/requirements/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ Logs for JavaScript are supported in Sentry JavaScript SDK version `9.41.0` and

<PlatformSection supported={["javascript"]}>

<Alert level="warning">

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).

</Alert>
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`.

</PlatformSection>
Loading