sentry-ruby icon indicating copy to clipboard operation
sentry-ruby copied to clipboard

Restrict breadcrumb JSON generate/parse to depth 5

Open sl0thentr0py opened this issue 1 year ago • 0 comments

Use max_nesting. Relay already trims this so this data is useless anyway and sometimes causes recursion errors. https://github.com/getsentry/relay/blob/bcbfa7e7db6e4a8f3f0383270fbb2b5cfe668770/relay-event-schema/src/protocol/breadcrumb.rs#L111

sl0thentr0py avatar Sep 02 '24 10:09 sl0thentr0py