Skip to content

Commit 4974e9f

Browse files
committed
call it default bundle
1 parent 01af297 commit 4974e9f

File tree

1 file changed

+1
-1
lines changed
  • src/platforms/javascript/common/install

1 file changed

+1
-1
lines changed

src/platforms/javascript/common/install/cdn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import JsBundleList from "~src/components/jsBundleList";
88

99
Sentry supports loading the JavaScript SDK from a CDN. Generally we suggest using our npm package (`@sentry/browser`) instead, as using the CDN can create scenarios where Sentry is unable to load due to networking issues or common extensions like ad blockers. If you _must_ use a CDN, take a look at [loading Sentry lazily with our JS loader](../lazy-load-sentry/), which provides a deferred version of our minified ES5 browser bundle. To see what other bundles are available, see [Available Bundles](#available-bundles) below.
1010

11-
## Performance Bundle
11+
## Default Bundle
1212

1313
To use Sentry for error and performance monitoring, you can use the following bundle:
1414

0 commit comments

Comments
 (0)