Skip to content

Commit f5ec17a

Browse files
committed
update CDN docs
1 parent 3912903 commit f5ec17a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packages/replay/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,19 @@ Sentry.init({
119119

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

122+
Alternatively, you can also load the Replay integration separately from other bundles:
123+
124+
```html
125+
<script
126+
src="https://browser.sentry-cdn.com/7.31.0/bundle.min.js"
127+
crossorigin="anonymous"
128+
></script>
129+
<script
130+
src="https://browser.sentry-cdn.com/7.31.0/replay.min.js"
131+
crossorigin="anonymous"
132+
></script>
133+
```
134+
122135
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.
123136
Note that the two bundle versions always have to match.
124137

0 commit comments

Comments
 (0)