Skip to content

Commit c8e2e9f

Browse files
committed
session should be undefined
1 parent ebbfb49 commit c8e2e9f

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-integration-tests/suites/replay/sampling

1 file changed

+1
-1
lines changed

packages/browser-integration-tests/suites/replay/sampling/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sentryTest('should not send replays if both sample rates are 0', async ({ getLoc
2626

2727
const replay = await getReplaySnapshot(page);
2828

29-
expect(replay.session?.sampled).toBe(false);
29+
expect(replay.session).toBe(undefined);
3030

3131
// Cannot wait on getFirstSentryEnvelopeRequest, as that never resolves
3232
});

0 commit comments

Comments
 (0)