We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bf227 commit b09fc33Copy full SHA for b09fc33
develop-docs/sdk/data-model/event-payloads/stacktrace.mdx
@@ -26,6 +26,10 @@ follow this rule of thumb:
26
ordered from caller to callee, or oldest to youngest. The last frame is the
27
one creating the exception.
28
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
+
33
`registers`
34
35
: _Optional_. A map of register names and their values. The values should
0 commit comments