Skip to content

Commit 6b51e42

Browse files
⬆️ [PANA-6792] Bump replay sandbox version to support data format changes (#4442)
1 parent cedb600 commit 6b51e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-extension/src/common/packagesUrlConstants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const DEV_RUM_URL = `${DEV_SERVER_ORIGIN}/datadog-rum.js`
55

66
// To follow web-ui development, this version will need to be manually updated from time to time.
77
// When doing that, be sure to update types and implement any protocol changes.
8-
export const PROD_REPLAY_SANDBOX_VERSION = '0.137.0'
8+
export const PROD_REPLAY_SANDBOX_VERSION = '0.138.0'
99
export const PROD_REPLAY_SANDBOX_ORIGIN = 'https://session-replay-datadoghq.com'
1010
export const PROD_REPLAY_SANDBOX_URL = `${PROD_REPLAY_SANDBOX_ORIGIN}/${PROD_REPLAY_SANDBOX_VERSION}/index.html`
1111

0 commit comments

Comments
 (0)