stress test

This commit is contained in:
Dan Abramov
2024-07-09 19:43:32 +01:00
parent d5503d17de
commit 551e68439c
5 changed files with 107 additions and 18 deletions
+1
View File
@@ -71,6 +71,7 @@ let nextMessageIndex = 0
const MAX_SLICE_LENGTH = 1000
export function addSessionDebugLog(log: Log) {
console.log(new Date(), log)
try {
if (!Statsig.initializeCalled() || !Statsig.getStableID()) {
// Drop these logs for now.