From 14713c6365fca3950fd8fe6c7b4e43f053869667 Mon Sep 17 00:00:00 2001 From: Jaril Date: Wed, 2 Nov 2022 12:55:44 -0700 Subject: [PATCH] Temporary: add env variables to test out perf improvements --- .github/workflows/e2e-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 9e8e9946..e5f431da 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -25,6 +25,10 @@ jobs: RECORD_REPLAY_METADATA_FILE: /tmp/replay-metadata RECORD_REPLAY_TEST_METRICS: 1 RECORD_REPLAY_WEBHOOK_URL: ${{ secrets.RECORD_REPLAY_WEBHOOK_URL }} + # delete this once it's enabled by default + RECORD_REPLAY_DISABLE_ASSERTS: 1 + # delete this once it's enabled by default + REPLAY_DISABLE_SOURCEMAP_COLLECTION: 1 - name: Set upload start if: always() id: uploadStart