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
fix: attach error reporting directly to logs; sourceLocation (#4855)
Add a `@type` field to the error logs in Google cloud to send them to
error reporting directly, instead of making a separate API call (see
https://docs.cloud.google.com/error-reporting/docs/formatting-error-messages#log-text).
This is what python was already doing.
Also, changed the `sourceLocation` field to the more complete key so it
gets put into the top-level log instead of within the jsonPayload.
0 commit comments