We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
1 parent d9d8429 commit 51b0a27Copy full SHA for 51b0a27
packages/replay/README.md
@@ -98,13 +98,13 @@ You have to add it in addition to the Sentry Browser SDK bundle:
98
```js
99
// Browser SDK bundle
100
<script
101
- src="https://browser.sentry-cdn.com/7.24.0/bundle.tracing.min.js"
+ src="https://browser.sentry-cdn.com/7.24.1/bundle.tracing.min.js"
102
crossorigin="anonymous"
103
></script>
104
105
// Replay integration bundle
106
107
- src="https://browser.sentry-cdn.com/7.24.0/replay.min.js"
+ src="https://browser.sentry-cdn.com/7.24.1/replay.min.js"
108
109
110
0 commit comments