Skip to content

Commit cff6f95

Browse files
committed
update TOOD comment
1 parent 9ac9d92 commit cff6f95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/replay/test/integration/sampling.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ describe('Integration | sampling', () => {
3737
expect(mockRecord).not.toHaveBeenCalled();
3838
expect(spyAddListeners).not.toHaveBeenCalled();
3939

40-
// TODO: Should we initialize recordingMode to something else?
40+
// TODO(billy): Should we initialize recordingMode to something else? It's
41+
// awkward that recordingMode is `session` when both sample rates are 0
4142
expect(replay.recordingMode).toBe('session');
4243
});
4344

0 commit comments

Comments
 (0)