From d62571baedd235353916a69277e120dfeb8c272e Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Wed, 2 Mar 2022 15:00:30 -0800 Subject: [PATCH] add note about es6 tracing bundle --- src/platforms/javascript/common/install/cdn.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/platforms/javascript/common/install/cdn.mdx b/src/platforms/javascript/common/install/cdn.mdx index 3e57069238885..d91be98139933 100644 --- a/src/platforms/javascript/common/install/cdn.mdx +++ b/src/platforms/javascript/common/install/cdn.mdx @@ -2,8 +2,6 @@ title: CDN sidebar_order: 5 description: "Learn how Sentry supports loading its JavaScript SDK via a CDN." -notSupported: - - javascript.cordova --- import JsBundleList from "~src/components/jsBundleList"; @@ -32,7 +30,7 @@ To use Sentry's performance tracing an alternative bundle is needed. This allows -You only need to load `bundle.tracing.min.js`, which provides both error and performance monitoring. +You only need to load `bundle.tracing.min.js`, which provides both error and performance monitoring. There is also an ES6 version of the tracing bundle, `bundle.tracing.es6.min.js`.