File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
src/platform-includes/session-replay/install-session-replay Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,21 @@ npm install --save @sentry/replay
13
13
``` html {tabTitle: CDN}
14
14
<!--
15
15
Note that the Replay bundle only contains the Replay integration and not the
16
- entire Sentry SDK. You have to add it in addition to the Sentry Browser SDK bundle:
16
+ entire Sentry SDK. You have to add it in addition to the Sentry Browser SDK bundle.
17
+
18
+ The CDN bundle below is not minified. That's because of a known issue in the minified bundle.
19
+ See: https://github.com/getsentry/sentry-javascript/issues/6466#issuecomment-1344491020
17
20
-->
18
21
19
22
<script
20
- src =" https://browser.sentry-cdn.com/{{ packages.version('sentry.javascript.browser') }}/bundle.min. js"
21
- integrity =" sha384-{{ packages.checksum('sentry.javascript.browser', 'bundle.min. js', 'sha384-base64') }}"
23
+ src =" https://browser.sentry-cdn.com/{{ packages.version('sentry.javascript.browser') }}/bundle.js"
24
+ integrity =" sha384-{{ packages.checksum('sentry.javascript.browser', 'bundle.js', 'sha384-base64') }}"
22
25
crossorigin =" anonymous"
23
26
></script >
24
27
25
28
<script
26
- src =" https://browser.sentry-cdn.com/{{ packages.version('sentry.javascript.browser') }}/replay.min. js"
27
- integrity =" sha384-{{ packages.checksum('sentry.javascript.browser', 'replay.min. js', 'sha384-base64') }}"
29
+ src =" https://browser.sentry-cdn.com/{{ packages.version('sentry.javascript.browser') }}/replay.js"
30
+ integrity =" sha384-{{ packages.checksum('sentry.javascript.browser', 'replay.js', 'sha384-base64') }}"
28
31
crossorigin =" anonymous"
29
32
></script >
30
33
```
You can’t perform that action at this time.
0 commit comments