We are logging errors using GCPLoggingClient. Making sure that the format of the logged objects is ReportedErrorEvent so that they get marked as google errors and show up in stackdriver error reporting. This works and we can get errors logged to stackdriver.
Any custom field that is added to ReportedErrorEvent shows up in the logs on logs explorer but not on stackdriver.
Is it that the representative errors formed by stackdriver only picks the attributes specified in ReportedErrorEvent? What could the cause for this be? Is there any way we can get these fields in the error groups formed on stackdriver?