Skip to content

Commit ca4c65e

Browse files
authored
replay: fix CDN version on readme (#6897)
1 parent 8998fde commit ca4c65e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/replay/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ As an alternative to the NPM package, you can load the Replay integration bundle
103103
```js
104104
// Browser SDK bundle
105105
<script
106-
src="https://browser.sentry-cdn.com/7.31.0/bundle.tracing.replay.min.js"
106+
src="https://browser.sentry-cdn.com/7.31.1/bundle.tracing.replay.min.js"
107107
crossorigin="anonymous"
108108
></script>
109109

@@ -128,11 +128,11 @@ Alternatively, you can also load the Replay integration separately from other bu
128128

129129
```html
130130
<script
131-
src="https://browser.sentry-cdn.com/7.31.0/bundle.min.js"
131+
src="https://browser.sentry-cdn.com/7.31.1/bundle.min.js"
132132
crossorigin="anonymous"
133133
></script>
134134
<script
135-
src="https://browser.sentry-cdn.com/7.31.0/replay.min.js"
135+
src="https://browser.sentry-cdn.com/7.31.1/replay.min.js"
136136
crossorigin="anonymous"
137137
></script>
138138
```

0 commit comments

Comments
 (0)