Bump the limit
This commit is contained in:
@@ -76,7 +76,7 @@ export function addSessionErrorLog(did: string, event: AtpSessionEvent) {
|
|||||||
if (!Statsig.initializeCalled() || !Statsig.getStableID()) {
|
if (!Statsig.initializeCalled() || !Statsig.getStableID()) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const stack = (new Error().stack ?? '').slice(0, MAX_SLICE_LENGTH)
|
const stack = (new Error().stack ?? '').slice(0, 1800)
|
||||||
Statsig.logEvent('session:error', null, {
|
Statsig.logEvent('session:error', null, {
|
||||||
did,
|
did,
|
||||||
event,
|
event,
|
||||||
|
|||||||
Reference in New Issue
Block a user