Revert "Bump the limit"

This reverts commit afa4254e01.
This commit is contained in:
Dan Abramov
2024-07-10 00:39:50 +01:00
parent dbaa793ed4
commit 6be6fa4ab4
+1 -1
View File
@@ -76,7 +76,7 @@ export function addSessionErrorLog(did: string, event: AtpSessionEvent) {
if (!Statsig.initializeCalled() || !Statsig.getStableID()) {
return
}
const stack = (new Error().stack ?? '').slice(0, 1800)
const stack = (new Error().stack ?? '').slice(0, MAX_SLICE_LENGTH)
Statsig.logEvent('session:error', null, {
did,
event,