diff --git a/package.json b/package.json
index 40dc91097f47..2d02e39096a6 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,8 @@
"postpublish": "lerna run --stream --concurrency 1 postpublish",
"test": "lerna run --ignore @sentry-internal/* test",
"test-ci-browser": "lerna run test --ignore \"@sentry/{node,opentelemetry-node,serverless,nextjs,remix,gatsby}\" --ignore @sentry-internal/*",
- "test-ci-node": "ts-node ./scripts/node-unit-tests.ts"
+ "test-ci-node": "ts-node ./scripts/node-unit-tests.ts",
+ "test:update-snapshots": "lerna run test:update-snapshots"
},
"volta": {
"node": "16.19.0",
diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json
index 9978b0559cbb..c0470e4abb9d 100644
--- a/packages/integration-tests/package.json
+++ b/packages/integration-tests/package.json
@@ -27,7 +27,8 @@
"test:bundle:replay:es6:min": "PW_BUNDLE=bundle_replay_es6_min yarn test",
"test:cjs": "PW_BUNDLE=cjs yarn test",
"test:esm": "PW_BUNDLE=esm yarn test",
- "test:ci": "playwright test ./suites --browser='all' --reporter='line'"
+ "test:ci": "playwright test ./suites --browser='all' --reporter='line'",
+ "test:update-snapshots": "yarn test --update-snapshots --browser='all'"
},
"dependencies": {
"@babel/preset-typescript": "^7.16.7",
diff --git a/packages/integration-tests/suites/replay/privacy/template.html b/packages/integration-tests/suites/replay/privacy/template.html
index a61532e6ae68..2eb0f8df7b37 100644
--- a/packages/integration-tests/suites/replay/privacy/template.html
+++ b/packages/integration-tests/suites/replay/privacy/template.html
@@ -11,5 +11,6 @@
+