Export ErrorMessage
from index.ts?
#584
Labels
api: clouderrorreporting
Issues related to the googleapis/nodejs-error-reporting API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: question
Request for information or clarification. Not an issue.
I'm using the "manual error reporting" flow. What's a little strange is that the
ErrorMessage
type (returned fromErrorReporting.event()
isn't exported from the top-level of the package.I end up having to import it from a weird spot, e.g.:
Is there a better way to import this type?
The text was updated successfully, but these errors were encountered: