How can I set the normalizeDepth for sentry? Is this already possible, and I'm too stupid to find it out?
I'm capturing an exception with Sentry.captureException(err, data). Data contains nested objects. In sentry this is displayed as [Object] as described in this issue
How can I set the normalizeDepth for sentry? Is this already possible, and I'm too stupid to find it out?
I'm capturing an exception with
Sentry.captureException(err, data). Data contains nested objects. In sentry this is displayed as [Object] as described in this issue