Issue
Nested objects in my context are hidden and I'm seeing [Object]
or [Array]
instead.
Applies To
- All SaaS Customers and Self-Hosted Users
- JS-based SDKs
Resolution
Sentry SDKs normalize any contextual data to a given depth. Any data beyond this depth will be trimmed and marked using its type instead ([Object]
or [Array]
), without walking the tree any further. By default, walking is performed three levels deep.
If you would like to change this depth, you can use the normalizeDepth
option inside your Sentry.init
.