You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constwat=newError('this is very long message that should be truncated and will be, this is very long message that should be truncated and will be, this is very long message that should be truncated and will be, this is very long message that should be truncated and will be, this is very long message that should be truncated and will be');wat.cause=newError('this is very long message that should be truncated but wont be, this is very long message that should be truncated but wont be, this is very long message that should be truncated but wont be, this is very long message that should be truncated but wont be, this is very long message that should be truncated but wont be');Sentry.captureException(wat);
This is usually apparent when using React with error boundaries, causing UI to look ugly.
Expected Result
Both exceptions should have their message truncated up to maxValueLength or default 250.
Actual Result
Only the first exception is correctly transformed.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
7.59.2
Framework Version
No response
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
This is usually apparent when using React with error boundaries, causing UI to look ugly.
Expected Result
Both exceptions should have their message truncated up to
maxValueLength
or default250
.Actual Result
Only the first exception is correctly transformed.
The text was updated successfully, but these errors were encountered: