We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac9d92 commit cff6f95Copy full SHA for cff6f95
packages/replay/test/integration/sampling.test.ts
@@ -37,7 +37,8 @@ describe('Integration | sampling', () => {
37
expect(mockRecord).not.toHaveBeenCalled();
38
expect(spyAddListeners).not.toHaveBeenCalled();
39
40
- // TODO: Should we initialize recordingMode to something else?
+ // TODO(billy): Should we initialize recordingMode to something else? It's
41
+ // awkward that recordingMode is `session` when both sample rates are 0
42
expect(replay.recordingMode).toBe('session');
43
});
44
0 commit comments