This may be out of scope, but I think it would be useful to report errors via a new method, like Report or something.
Especially because the error detection for Go does not seem to work (compared to e.g. NodeJS) – it logs panics but usually does not report them to error reporting automatically.
Some info:
https://cloud.google.com/error-reporting/docs/formatting-error-messages
json @type needs to be type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent
This may be out of scope, but I think it would be useful to report errors via a new method, like
Reportor something.Especially because the error detection for Go does not seem to work (compared to e.g. NodeJS) – it logs panics but usually does not report them to error reporting automatically.
Some info:
https://cloud.google.com/error-reporting/docs/formatting-error-messages
json @type needs to be
type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent