We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedb600 commit 6b51e42Copy full SHA for 6b51e42
developer-extension/src/common/packagesUrlConstants.ts
@@ -5,7 +5,7 @@ export const DEV_RUM_URL = `${DEV_SERVER_ORIGIN}/datadog-rum.js`
5
6
// To follow web-ui development, this version will need to be manually updated from time to time.
7
// When doing that, be sure to update types and implement any protocol changes.
8
-export const PROD_REPLAY_SANDBOX_VERSION = '0.137.0'
+export const PROD_REPLAY_SANDBOX_VERSION = '0.138.0'
9
export const PROD_REPLAY_SANDBOX_ORIGIN = 'https://session-replay-datadoghq.com'
10
export const PROD_REPLAY_SANDBOX_URL = `${PROD_REPLAY_SANDBOX_ORIGIN}/${PROD_REPLAY_SANDBOX_VERSION}/index.html`
11
0 commit comments