File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
src/platform-includes/session-replay/install-session-replay Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,18 @@ 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.
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
16
+ entire Sentry SDK. You have to add it in addition to the Sentry Browser SDK bundle:
20
17
-->
21
18
22
19
<script
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') }}"
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') }}"
25
22
crossorigin =" anonymous"
26
23
></script >
27
24
28
25
<script
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') }}"
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') }}"
31
28
crossorigin =" anonymous"
32
29
></script >
33
30
```
You can’t perform that action at this time.
0 commit comments