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
As an alternative to the NPM package, you can load the Replay integration bundle from our CDN.
104
+
As an alternative to the NPM package, you can use Replay as a CDN bundle.
105
+
Please refer to the [Session Replay installation guide](https://docs.sentry.io/platforms/javascript/session-replay/#install) for CDN bundle instructions.
Installing the replay integration as a secondary integration bundle to the SDK bundle was deprecated in favour of
110
+
complete CDN bundles that already contain the replay integration. No need to keep two bundles in sync anymore.
111
+
The `replay.(min.)js` bundle will be removed in v8 of the JS SDKs.
131
112
132
113
```html
133
114
<script
@@ -139,9 +120,7 @@ Alternatively, you can also load the Replay integration separately from other bu
139
120
crossorigin="anonymous"
140
121
></script>
141
122
```
142
-
143
-
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.
144
-
Note that the two bundle versions always have to match.
0 commit comments