Skip to content

Commit 51b0a27

Browse files
authored
chore(replay): Update replay README.md CDN version to 7.24.1 (#6460)
Update the Readme with the correct version (7.24.1) with which the CDN bundles were released for the first time.
1 parent d9d8429 commit 51b0a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/replay/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ You have to add it in addition to the Sentry Browser SDK bundle:
9898
```js
9999
// Browser SDK bundle
100100
<script
101-
src="https://browser.sentry-cdn.com/7.24.0/bundle.tracing.min.js"
101+
src="https://browser.sentry-cdn.com/7.24.1/bundle.tracing.min.js"
102102
crossorigin="anonymous"
103103
></script>
104104

105105
// Replay integration bundle
106106
<script
107-
src="https://browser.sentry-cdn.com/7.24.0/replay.min.js"
107+
src="https://browser.sentry-cdn.com/7.24.1/replay.min.js"
108108
crossorigin="anonymous"
109109
></script>
110110

0 commit comments

Comments
 (0)