Skip to content

Commit f87e46b

Browse files
committed
update CDN docs
1 parent 9a81100 commit f87e46b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packages/replay/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,19 @@ Sentry.init({
126126

127127
The Replay initilialization [configuration](#configuration) options are identical to the options of the NPM package.
128128

129+
Alternatively, you can also load the Replay integration separately from other bundles:
130+
131+
```html
132+
<script
133+
src="https://browser.sentry-cdn.com/7.31.0/bundle.min.js"
134+
crossorigin="anonymous"
135+
></script>
136+
<script
137+
src="https://browser.sentry-cdn.com/7.31.0/replay.min.js"
138+
crossorigin="anonymous"
139+
></script>
140+
```
141+
129142
Please visit our [CDN bundle docs](https://docs.sentry.io/platforms/javascript/install/cdn/#available-bundles) to get the correct `integrity` checksums for your version.
130143
Note that the two bundle versions always have to match.
131144

0 commit comments

Comments
 (0)