You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defaults to `false`. If enabled, the RPC input will be captured in reported events.
62
+
Defaults to `false`. If enabled, the RPC input will be captured in error events as `trpc` context.
63
+
64
+
<Alertlevel="info"title="Truncated Input">
65
+
66
+
If you observe nested objects in the `trpc` context being truncated with "`[Object]`", you can define a <PlatformLinkto="/configuration/options/#normalizeDepth">`normalizeDepth` value</PlatformLink> to allow for more deeply nested objects in context.
67
+
Note that the default depth for `trpc` context is 5.
0 commit comments