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
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.
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
The text was updated successfully, but these errors were encountered: