Skip to content

Commit b09fc33

Browse files
committed
feat(develop): Add note about stacktrace frames truncation
1 parent d1bf227 commit b09fc33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

develop-docs/sdk/data-model/event-payloads/stacktrace.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ follow this rule of thumb:
2626
ordered from caller to callee, or oldest to youngest. The last frame is the
2727
one creating the exception.
2828

29+
In cases where the event payload is oversized (for instance, for recursion / stackoverflow errors),
30+
some SDKs truncate the frames to make sure the event gets sent and is not dropped completely.
31+
The recommended way to truncate in this case is take 500 frames on both sides so that Relay can further truncate on both sides as it wishes.
32+
2933
`registers`
3034

3135
: _Optional_. A map of register names and their values. The values should

0 commit comments

Comments
 (0)