Bump the limit

This commit is contained in:
Dan Abramov
2024-07-10 00:28:58 +01:00
parent c9ca15e815
commit afa4254e01
+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, MAX_SLICE_LENGTH)
const stack = (new Error().stack ?? '').slice(0, 1800)
Statsig.logEvent('session:error', null, {
did,
event,