Skip to content

Commit 05c1807

Browse files
authored
Revert "replay: cdn non minified (#5943)" (#5950)
This reverts commit 472e42b.
1 parent a73dbb5 commit 05c1807

File tree

1 file changed

+5
-8
lines changed
  • src/platform-includes/session-replay/install-session-replay

1 file changed

+5
-8
lines changed

src/platform-includes/session-replay/install-session-replay/javascript.mdx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,18 @@ npm install --save @sentry/replay
1313
```html {tabTitle: CDN}
1414
<!--
1515
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:
2017
-->
2118

2219
<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') }}"
2522
crossorigin="anonymous"
2623
></script>
2724

2825
<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') }}"
3128
crossorigin="anonymous"
3229
></script>
3330
```

0 commit comments

Comments
 (0)