You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platforms/javascript/common/configuration/install-cdn.mdx
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Sentry supports loading it's JavaScript SDK via a CDN. Generally we suggest usin
22
22
23
23
## Performance Bundle
24
24
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.
26
26
27
27
```html {tabTitle: CDN}
28
28
<script
@@ -32,6 +32,12 @@ To utilize Sentry's performance tracing alternative bundle is needed. This allow
32
32
></script>
33
33
```
34
34
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
+
35
41
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`:
0 commit comments