Skip to content

Commit 8bb9a45

Browse files
committed
fix: Clean up language
1 parent e00e8f7 commit 8bb9a45

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Sentry supports loading it's JavaScript SDK via a CDN. Generally we suggest usin
2222

2323
## Performance Bundle
2424

25-
To utilize Sentry's performance tracing alternative bundle is needed. This allows us to keep the filesize down for users who only need error monitoring.
25+
To utilize Sentry's performance tracing an alternative bundle is needed. This allows us to keep the filesize down for users who only need error monitoring.
2626

2727
```html {tabTitle: CDN}
2828
<script
@@ -32,6 +32,12 @@ To utilize Sentry's performance tracing alternative bundle is needed. This allow
3232
></script>
3333
```
3434

35+
<Note><markdown>
36+
37+
You only need to load `bundle.tracing.min.js`, which provides both error and performance monitoring.
38+
39+
</markdown></Note>
40+
3541
The most important thing to note here is that `Sentry.Integrations` has been made available, and can be referenced in your call to `Sentry.init`:
3642

3743
```javascript {tabTitle: CDN}

0 commit comments

Comments
 (0)