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
truncate exceptions in GitHub summary tables to message + first stack frame (#5108)
GitHub summaries have limited data capacity. Previously, full exception
ToString() (type, message, and entire stack trace) was written to the
summary table. Now only the message and first line of the stack trace
are included, keeping summaries concise while still useful.
0 commit comments