sentry-javascript
sentry-javascript copied to clipboard
fix(core): Use maxValueLength in extra error data integration
fixes https://github.com/getsentry/sentry-javascript/issues/12168
We should truncate extra error data keys using maxValueLength to make sure event payload size stays reasonably small.