-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
api: clouderrorreportingIssues related to the googleapis/nodejs-error-reporting API.Issues related to the googleapis/nodejs-error-reporting API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
I'm using the "manual error reporting" flow. What's a little strange is that the ErrorMessage type (returned from ErrorReporting.event() isn't exported from the top-level of the package.
I end up having to import it from a weird spot, e.g.:
import {ErrorMessage} from '@google-cloud/error-reporting/build/src/classes/error-message';Is there a better way to import this type?
Metadata
Metadata
Assignees
Labels
api: clouderrorreportingIssues related to the googleapis/nodejs-error-reporting API.Issues related to the googleapis/nodejs-error-reporting API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.