-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Self-hosted/on-premise
Which package are you using?
@sentry/node
SDK Version
7.7.0 & 7.12.0
Framework Version
No response
Link to Sentry event
https://sentry.io/organizations/test-x5i/issues/3554317560/?project=6711662&query=is%3Aunresolved
Steps to Reproduce
- Set up Sentry with
normalizeDepth
property:
Sentry.init({
environment: 'test',
dsn: <My DSN...>,
normalizeDepth: 10
})
- Use either
Sentry.captureException(someObjectWithDeepKeys)
or any customError
that has deep keys.
Expected Result
Sentry should show 10 levels.
Actual Result
Only shows the default 3 levels:
Metadata
Metadata
Assignees
Labels
No labels