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
Currently there is not a user-friendly way to configure how error report is made. So when the issue is resolved, user would be able to perform following configurations.
Configure maximum length of token to include in error messages
Configure maximum length of raw content to include in error messages
Modifications
This issue will be used to contain the sub-PRs that are broken down from the very original PR #1043. Currently planned ones are
First, Add new ErrorReportConfiguration type with builder, unit test(s)
(note: started from in google groups discussion and follow up of #1043 )
Motivation
Currently there is not a user-friendly way to configure how error report is made. So when the issue is resolved, user would be able to perform following configurations.
Modifications
This issue will be used to contain the sub-PRs that are broken down from the very original PR #1043. Currently planned ones are
ErrorReportConfiguration
type with builder, unit test(s)ErrorReportConfiguration
#1067IOContext
with newErrorReportConfiguration
IOContext
withErrorReportConfiguration
#1068ContentReferece
ContentReference
with newErrorReportConfiguration
#1070TSFBuilder
/JsonFactory
to allow configuring and holding on to that config objectJsonFactory.builder().errorReportConfiguration()
#1072The text was updated successfully, but these errors were encountered: